Skip to content

Commit

Permalink
fix: Mac M1 compatible Dockerfile and bump TF version (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan authored Dec 19, 2022
1 parent ec53930 commit 52eb491
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM tensorflow/tensorflow:2.1.0-gpu-py3
FROM python:3.9

RUN pip install tensorflow_datasets==2.1.0
RUN pip install tensorflow==2.11.0 tensorflow_datasets==4.7.0

COPY multi_worker_strategy-with-keras.py /
ENTRYPOINT ["python", "/multi_worker_strategy-with-keras.py", "--saved_model_dir", "/train/saved_model/", "--checkpoint_dir", "/train/checkpoint"]

0 comments on commit 52eb491

Please sign in to comment.