Spaces:
Runtime error
Runtime error
saman shrestha
commited on
Commit
·
1b19a88
1
Parent(s):
eb0c5b0
requiremtns
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ WORKDIR $HOME/app
|
|
18 |
COPY --chown=user . $HOME/app
|
19 |
|
20 |
### Set up app-specific content
|
21 |
-
COPY requirements.txt requirements.txt
|
22 |
RUN pip3 install -r requirements.txt
|
23 |
RUN pip3 install gunicorn
|
24 |
|
|
|
18 |
COPY --chown=user . $HOME/app
|
19 |
|
20 |
### Set up app-specific content
|
21 |
+
COPY /requirements/local.txt requirements.txt
|
22 |
RUN pip3 install -r requirements.txt
|
23 |
RUN pip3 install gunicorn
|
24 |
|