TF: TF 2.10 unpin + related onnx test skips (#18995)

This commit is contained in:
Joao Gante
2022-09-12 19:30:27 +01:00
committed by GitHub
parent 7f4708e1a2
commit 1182b945a6
12 changed files with 33 additions and 11 deletions

View File

@@ -15,11 +15,11 @@ RUN apt update && \
RUN python3 -m pip install --no-cache-dir --upgrade pip && \
python3 -m pip install --no-cache-dir \
mkl \
tensorflow-cpu==2.9.1
tensorflow-cpu
WORKDIR /workspace
COPY . transformers/
RUN cd transformers/ && \
python3 -m pip install --no-cache-dir .
CMD ["/bin/bash"]
CMD ["/bin/bash"]