Skip to content

Commit

Permalink
Merge branch 'main' into main-public
Browse files Browse the repository at this point in the history
  • Loading branch information
ashahba committed Oct 20, 2023
2 parents 85eded7 + 51a8851 commit 7ce85e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ COPY . /tmp/intel-transfer-learning
WORKDIR /tmp/intel-transfer-learning

RUN ${PYTHON} setup.py bdist_wheel && \
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

# TLT target for deployment
FROM tlt-base as tlt-prod
Expand Down
1 change: 0 additions & 1 deletion tensorflow_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ numpy==1.23.5
tensorflow-datasets==4.9.2; python_version=='3.8'
tensorflow-datasets==4.9.3; python_version>'3.8'
tensorflow-hub==0.15.0
tensorflow==2.12.0
transformers[tensorflow]==4.34.0

0 comments on commit 7ce85e9

Please sign in to comment.