Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ ENV HF_HOME=/app/.cache
|
|
9 |
COPY ./requirements.txt /app
|
10 |
RUN pip install -r requirements.txt
|
11 |
|
12 |
-
COPY ./checkpoint-600 /checkpoint-600
|
13 |
COPY ./app.py /app
|
14 |
|
15 |
EXPOSE 7860
|
|
|
9 |
COPY ./requirements.txt /app
|
10 |
RUN pip install -r requirements.txt
|
11 |
|
12 |
+
COPY ./checkpoint-600/ /checkpoint-600/
|
13 |
COPY ./app.py /app
|
14 |
|
15 |
EXPOSE 7860
|