Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ ENV HOME=/home/appuser
|
|
| 15 |
|
| 16 |
# Create necessary directories for caches and configs
|
| 17 |
RUN mkdir -p $MPLCONFIGDIR \
|
| 18 |
-
&& mkdir -p $
|
| 19 |
&& mkdir -p $PIP_CACHE_DIR
|
| 20 |
|
| 21 |
# Set the working directory to /app
|
|
|
|
| 15 |
|
| 16 |
# Create necessary directories for caches and configs
|
| 17 |
RUN mkdir -p $MPLCONFIGDIR \
|
| 18 |
+
&& mkdir -p $HF_HOME \
|
| 19 |
&& mkdir -p $PIP_CACHE_DIR
|
| 20 |
|
| 21 |
# Set the working directory to /app
|