Skip to content

Commit

Permalink
Docker file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Feb 10, 2020
1 parent 56bd6e6 commit ea8ce56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUN apt-get update && apt-get install -y zip git
RUN pip3 install --upgrade pip setuptools

# Install Pie and Pie Webapp requirements
RUN pip3 install flask_pie https://download.pytorch.org/whl/cpu/torch-1.1.0-cp36-cp36m-linux_x86_64.whl gunicorn
RUN pip3 install flask_pie==0.0.7 https://download.pytorch.org/whl/cpu/torch-1.1.0-cp36-cp36m-linux_x86_64.whl gunicorn

0 comments on commit ea8ce56

Please sign in to comment.