Skip to content

Commit 7ce85e9

Browse files
committed
Merge branch 'main' into main-public
2 parents 85eded7 + 51a8851 commit 7ce85e9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ COPY . /tmp/intel-transfer-learning
6767
WORKDIR /tmp/intel-transfer-learning
6868

6969
RUN ${PYTHON} setup.py bdist_wheel && \
70-
pip install --no-cache-dir --index-url https://download.pytorch.org/whl/cpu dist/*.whl
70+
${PYTHON} -m pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu dist/*.whl
7171

7272
# TLT target for deployment
7373
FROM tlt-base as tlt-prod

tensorflow_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ numpy==1.23.5
44
tensorflow-datasets==4.9.2; python_version=='3.8'
55
tensorflow-datasets==4.9.3; python_version>'3.8'
66
tensorflow-hub==0.15.0
7-
tensorflow==2.12.0
87
transformers[tensorflow]==4.34.0

0 commit comments

Comments
 (0)