Spaces:
Runtime error
Runtime error
Sébastien De Greef
commited on
Commit
•
d6fc6f4
1
Parent(s):
e94c3bb
switch to ubuntu image
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -58,7 +58,7 @@ ENV HOME=/home/chatbot
|
|
58 |
# Create the .cache and .config directories and set permissions
|
59 |
RUN mkdir $HOME/.cache $HOME/.config && chmod -R 777 $HOME
|
60 |
|
61 |
-
RUN --mount=target=requirements.txt,source=requirements.txt
|
62 |
|
63 |
WORKDIR $HOME/app
|
64 |
|
|
|
58 |
# Create the .cache and .config directories and set permissions
|
59 |
RUN mkdir $HOME/.cache $HOME/.config && chmod -R 777 $HOME
|
60 |
|
61 |
+
RUN --mount=target=requirements.txt,source=requirements.txt pip3 install --no-cache-dir --upgrade -r requirements.txt
|
62 |
|
63 |
WORKDIR $HOME/app
|
64 |
|