Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -15,6 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 15 |
COPY requirements.txt .
|
| 16 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 17 |
|
|
|
|
|
|
|
| 18 |
COPY src/ ./src/
|
| 19 |
|
| 20 |
EXPOSE 7860
|
|
|
|
| 15 |
COPY requirements.txt .
|
| 16 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 17 |
|
| 18 |
+
RUN python -c "from huggingface_hub import snapshot_download; snapshot_download(repo_id='Eklavya16/DermAssist')"
|
| 19 |
+
|
| 20 |
COPY src/ ./src/
|
| 21 |
|
| 22 |
EXPOSE 7860
|