Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,6 +28,6 @@ EXPOSE 3000
|
|
28 |
# Allow the running process to write model files to the cache folder.
|
29 |
# NOTE: In practice, you would probably want to pre-download the model files to avoid having to download them on-the-fly.
|
30 |
RUN mkdir -p /app/node_modules/@xenova/.cache/
|
31 |
-
RUN chmod 777 -R /app
|
32 |
|
33 |
CMD ["npm", "run", "preview"]
|
|
|
28 |
# Allow the running process to write model files to the cache folder.
|
29 |
# NOTE: In practice, you would probably want to pre-download the model files to avoid having to download them on-the-fly.
|
30 |
RUN mkdir -p /app/node_modules/@xenova/.cache/
|
31 |
+
RUN chmod 777 -R /app
|
32 |
|
33 |
CMD ["npm", "run", "preview"]
|