Spaces:
Running
Running
chabane
commited on
Commit
·
3e4d72f
1
Parent(s):
2accd82
modify the prompt for the user in plot
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -9,7 +9,10 @@ COPY . .
|
|
9 |
ENV HF_HOME=/app/models
|
10 |
|
11 |
RUN pip install --upgrade pip
|
12 |
-
RUN pip install -r requirements.txt
|
|
|
|
|
|
|
13 |
|
14 |
EXPOSE 7860
|
15 |
|
|
|
9 |
ENV HF_HOME=/app/models
|
10 |
|
11 |
RUN pip install --upgrade pip
|
12 |
+
RUN pip install -r requirements.txt
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
|
17 |
EXPOSE 7860
|
18 |
|