andreped commited on
Commit
08e36e1
·
unverified ·
1 Parent(s): 50f7b5b

Remove redundant test sample step from Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -76,8 +76,5 @@ RUN rm -r *.zip
76
  RUN wget "https://github.com/andreped/neukit/releases/download/test-data/RegLib_C01_1.nii" && \
77
  wget "https://github.com/andreped/neukit/releases/download/test-data/RegLib_C01_2.nii"
78
 
79
- # Download test sample
80
- RUN pip install gdown && gdown "https://drive.google.com/uc?id=1shjSrFjS4PHE5sTku30PZTLPZpGu24o3"
81
-
82
  # CMD ["/bin/bash"]
83
  CMD ["python3", "app.py"]
 
76
  RUN wget "https://github.com/andreped/neukit/releases/download/test-data/RegLib_C01_1.nii" && \
77
  wget "https://github.com/andreped/neukit/releases/download/test-data/RegLib_C01_2.nii"
78
 
 
 
 
79
  # CMD ["/bin/bash"]
80
  CMD ["python3", "app.py"]