We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85eded7 + 51a8851 commit 7ce85e9Copy full SHA for 7ce85e9
docker/Dockerfile
@@ -67,7 +67,7 @@ COPY . /tmp/intel-transfer-learning
67
WORKDIR /tmp/intel-transfer-learning
68
69
RUN ${PYTHON} setup.py bdist_wheel && \
70
- pip install --no-cache-dir --index-url https://download.pytorch.org/whl/cpu dist/*.whl
+ ${PYTHON} -m pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu dist/*.whl
71
72
# TLT target for deployment
73
FROM tlt-base as tlt-prod
tensorflow_requirements.txt
@@ -4,5 +4,4 @@ numpy==1.23.5
4
tensorflow-datasets==4.9.2; python_version=='3.8'
5
tensorflow-datasets==4.9.3; python_version>'3.8'
6
tensorflow-hub==0.15.0
7
-tensorflow==2.12.0
8
transformers[tensorflow]==4.34.0
0 commit comments