Spaces:
Sleeping
Sleeping
Rajeev-86
commited on
Commit
·
aee643e
1
Parent(s):
2dec6a5
fixed model link...again
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ EXPOSE 8080
|
|
| 15 |
# 3. Installing gdown, downloading models and immediately uninstalling it for a smaller image
|
| 16 |
RUN pip install --no-cache-dir gdown && \
|
| 17 |
gdown 1vzykr8eH77ypl4R7_AsSb56W9p7LDlKo -O model_store/UNET.mar && \
|
| 18 |
-
gdown
|
| 19 |
gdown 1mw7VbQt9Lrv0TG2LX0Ke3hKp0kyukElA -O model_store/A-R-UNET.mar && \
|
| 20 |
pip uninstall gdown -y && \
|
| 21 |
rm -rf /root/.cache/pip && \
|
|
|
|
| 15 |
# 3. Installing gdown, downloading models and immediately uninstalling it for a smaller image
|
| 16 |
RUN pip install --no-cache-dir gdown && \
|
| 17 |
gdown 1vzykr8eH77ypl4R7_AsSb56W9p7LDlKo -O model_store/UNET.mar && \
|
| 18 |
+
gdown 1GdQyPrRn8yH5y7F1jC5Yuu2vWNLUs4K2 -O model_store/R-UNET.mar && \
|
| 19 |
gdown 1mw7VbQt9Lrv0TG2LX0Ke3hKp0kyukElA -O model_store/A-R-UNET.mar && \
|
| 20 |
pip uninstall gdown -y && \
|
| 21 |
rm -rf /root/.cache/pip && \
|