Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal committed Nov 7, 2023
1 parent e1346db commit 05c742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ RUN pip3 install --no-cache-dir -r /digits/requirements.txt
WORKDIR /digits
EXPOSE 5000
ENV FLASK_APP=api/app.py
CMD ["run","flask"]
CMD ["run","flask","--host=0.0.0.0"]
#CMD ["python3","digits.py","--runs=1","--test_size=0.2","--dev_size=0.3","--models=svm,tree"]

0 comments on commit 05c742b

Please sign in to comment.