Skip to content

Commit

Permalink
Merge pull request #572 from varshaneya/master
Browse files Browse the repository at this point in the history
Update Dockerfile to make the directory "app"
  • Loading branch information
hanxiao authored Jul 6, 2020
2 parents 33291a1 + 543a40c commit 91bff1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM tensorflow/tensorflow:1.12.0-gpu-py3
RUN pip install bert-serving-server[http]
RUN mkdir -p /app
COPY ./docker/entrypoint.sh /app
WORKDIR /app
ENTRYPOINT ["/app/entrypoint.sh"]
Expand Down

0 comments on commit 91bff1c

Please sign in to comment.