Surbhi
commited on
Commit
·
18ae966
1
Parent(s):
39b2906
update download link
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -17,9 +17,9 @@ RUN mkdir -p /app/uploads && chmod -R 755 /app/uploads && chown -R user:user /ap
|
|
| 17 |
RUN apt-get update && apt-get install -y curl
|
| 18 |
|
| 19 |
# Download the files and save them inside the models folder
|
| 20 |
-
RUN curl -L -o /app/models/16k_data_cnn_feature_asins.npy "https://
|
| 21 |
|
| 22 |
-
RUN curl -L -o /app/models/16k_data_cnn_features.npy "https://
|
| 23 |
|
| 24 |
|
| 25 |
COPY --chown=user ./requirements.txt requirements.txt
|
|
|
|
| 17 |
RUN apt-get update && apt-get install -y curl
|
| 18 |
|
| 19 |
# Download the files and save them inside the models folder
|
| 20 |
+
RUN curl -L -o /app/models/16k_data_cnn_feature_asins.npy "https://filebin.net/icm9nndf9su1vh1c/16k_data_cnn_feature_asins.npy"
|
| 21 |
|
| 22 |
+
RUN curl -L -o /app/models/16k_data_cnn_features.npy "https://filebin.net/kllh0c57a4o30ehh/16k_data_cnn_features.npy"
|
| 23 |
|
| 24 |
|
| 25 |
COPY --chown=user ./requirements.txt requirements.txt
|