Skip to content

Commit

Permalink
Merge pull request minimaxir#19 from simonw/patch-1
Browse files Browse the repository at this point in the history
tensorflow==1.15.2
  • Loading branch information
minimaxir committed Feb 1, 2020
2 parents ef992f4 + c4745e6 commit 6f118ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
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 6f118ff

Please sign in to comment.