Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +5 -5
Dockerfile
CHANGED
@@ -29,11 +29,11 @@ COPY --chown=user . $HOME/app
|
|
29 |
# Install any needed packages specified in requirements.txt
|
30 |
RUN pip install --no-cache-dir -r requirements.txt
|
31 |
|
32 |
-
# Download the weights for streamlit app for inference from github
|
33 |
-
RUN wget https://github.com/meghakalia/depthEstimationColonoscopy/releases/download/0.0.1/depth.pth
|
34 |
-
RUN wget https://github.com/meghakalia/depthEstimationColonoscopy/releases/download/0.0.1/encoder.pth
|
35 |
-
RUN wget https://github.com/meghakalia/depthEstimationColonoscopy/releases/download/0.0.1/pose.pth
|
36 |
-
RUN wget https://github.com/meghakalia/depthEstimationColonoscopy/releases/download/0.0.1/pose_encoder.pth
|
37 |
|
38 |
# Create the .streamlit directory
|
39 |
RUN mkdir -p .streamlit
|
|
|
29 |
# Install any needed packages specified in requirements.txt
|
30 |
RUN pip install --no-cache-dir -r requirements.txt
|
31 |
|
32 |
+
# # Download the weights for streamlit app for inference from github
|
33 |
+
# RUN wget https://github.com/meghakalia/depthEstimationColonoscopy/releases/download/0.0.1/depth.pth
|
34 |
+
# RUN wget https://github.com/meghakalia/depthEstimationColonoscopy/releases/download/0.0.1/encoder.pth
|
35 |
+
# RUN wget https://github.com/meghakalia/depthEstimationColonoscopy/releases/download/0.0.1/pose.pth
|
36 |
+
# RUN wget https://github.com/meghakalia/depthEstimationColonoscopy/releases/download/0.0.1/pose_encoder.pth
|
37 |
|
38 |
# Create the .streamlit directory
|
39 |
RUN mkdir -p .streamlit
|