Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.9
|
| 3 |
|
| 4 |
# Set working directory
|
| 5 |
-
WORKDIR /
|
| 6 |
|
| 7 |
# Create a writable directory for the cache
|
| 8 |
RUN mkdir -p /.cache/huggingface/hub && chmod -R 777 /.cache
|
|
|
|
| 2 |
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.9
|
| 3 |
|
| 4 |
# Set working directory
|
| 5 |
+
WORKDIR /code
|
| 6 |
|
| 7 |
# Create a writable directory for the cache
|
| 8 |
RUN mkdir -p /.cache/huggingface/hub && chmod -R 777 /.cache
|