Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -19,7 +19,8 @@ RUN mkdir /.cache/huggingface/hub/models--mistralai--Mixtral-8x7B-v0.1/refs
|
|
19 |
RUN touch /.cache/huggingface/hub/models--mistralai--Mixtral-8x7B-v0.1/refs/main
|
20 |
RUN chmod 777 /.cache/*
|
21 |
RUN chmod 777 /.cache/huggingface/hub/models--mistralai--Mixtral-8x7B-v0.1/refs/main
|
22 |
-
RUN
|
|
|
23 |
|
24 |
|
25 |
COPY . .
|
|
|
19 |
RUN touch /.cache/huggingface/hub/models--mistralai--Mixtral-8x7B-v0.1/refs/main
|
20 |
RUN chmod 777 /.cache/*
|
21 |
RUN chmod 777 /.cache/huggingface/hub/models--mistralai--Mixtral-8x7B-v0.1/refs/main
|
22 |
+
RUN mkdir /.cache/huggingface/hub/.locks
|
23 |
+
|
24 |
|
25 |
|
26 |
COPY . .
|