Spaces:
Running
Running
matthoffner
commited on
Commit
β’
ce259dc
1
Parent(s):
8bd4741
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -13,6 +13,7 @@ ENV HOME=/home/user \
|
|
13 |
|
14 |
WORKDIR $HOME/app
|
15 |
|
|
|
16 |
RUN pip install --upgrade pip && \
|
17 |
pip install -r requirements.txt
|
18 |
|
|
|
13 |
|
14 |
WORKDIR $HOME/app
|
15 |
|
16 |
+
COPY requirements.txt ./
|
17 |
RUN pip install --upgrade pip && \
|
18 |
pip install -r requirements.txt
|
19 |
|