Skip to content

Commit 0c2cb0a

Browse files
committed
Use python 3 base image
1 parent 31709bc commit 0c2cb0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM tensorflow/tensorflow:1.2.1-devel
1+
FROM tensorflow/tensorflow:1.2.1-py3
22
ENV PROJECT_DIR="/app"
33
WORKDIR /app
44
COPY . .
55
RUN pip install -r requirements.txt
66
EXPOSE 5000
7-
CMD ["python", "nlp.py"]
7+
CMD ["python3", "nlp.py"]

0 commit comments

Comments
 (0)