We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31709bc commit 0c2cb0aCopy full SHA for 0c2cb0a
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM tensorflow/tensorflow:1.2.1-devel
+FROM tensorflow/tensorflow:1.2.1-py3
2
ENV PROJECT_DIR="/app"
3
WORKDIR /app
4
COPY . .
5
RUN pip install -r requirements.txt
6
EXPOSE 5000
7
-CMD ["python", "nlp.py"]
+CMD ["python3", "nlp.py"]
0 commit comments