Spaces:
Runtime error
Runtime error
Commit
·
36adfda
1
Parent(s):
657e04e
first commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9
|
|
5 |
|
6 |
USER root
|
7 |
|
8 |
-
ENV HF_HOME=/
|
9 |
|
10 |
WORKDIR /code
|
11 |
|
|
|
5 |
|
6 |
USER root
|
7 |
|
8 |
+
ENV HF_HOME=/model
|
9 |
|
10 |
WORKDIR /code
|
11 |
|