Spaces:
Runtime error
Runtime error
phuong-d-h-nguyen
commited on
Commit
•
db9caae
1
Parent(s):
a5ca4d3
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ WORKDIR /code
|
|
8 |
|
9 |
COPY finetuning.py /code/finetuning.py
|
10 |
COPY finetuning_set_v1.0.json /code/finetuning_set_v1.0.json
|
11 |
-
COPY cache/ /code/
|
12 |
|
13 |
RUN chown -R user:user /code
|
14 |
|
|
|
8 |
|
9 |
COPY finetuning.py /code/finetuning.py
|
10 |
COPY finetuning_set_v1.0.json /code/finetuning_set_v1.0.json
|
11 |
+
COPY -r ./cache/ /code/cache/
|
12 |
|
13 |
RUN chown -R user:user /code
|
14 |
|