Remove redundant test sample step from Dockerfile
Browse files- 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"]
|