Skip to content

Commit

Permalink
tensorflow==1.15.2
Browse files Browse the repository at this point in the history
Tensorflow 2 is incompatible with this script. 1.15.2 is the most recent release of Tensorflow 1.
  • Loading branch information
simonw committed Feb 1, 2020
1 parent ef992f4 commit c4745e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY checkpoint /checkpoint
# Make changes to the requirements/app here.
# This Dockerfile order allows Docker to cache the checkpoint layer
# and improve build times if making changes.
RUN pip3 --no-cache-dir install tensorflow gpt-2-simple starlette uvicorn ujson
RUN pip3 --no-cache-dir install tensorflow==1.15.2 gpt-2-simple starlette uvicorn ujson
COPY app.py /

# Clean up APT when done.
Expand Down

0 comments on commit c4745e6

Please sign in to comment.