Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ WORKDIR /code
|
|
5 |
|
6 |
# install dependencies
|
7 |
COPY requirements.txt /code/
|
8 |
-
RUN pip install -r
|
9 |
|
10 |
# copy project
|
11 |
COPY . /code/
|
|
|
5 |
|
6 |
# install dependencies
|
7 |
COPY requirements.txt /code/
|
8 |
+
RUN pip install -r requirement.txt
|
9 |
|
10 |
# copy project
|
11 |
COPY . /code/
|