Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ WORKDIR /code
|
|
7 |
COPY . /code/
|
8 |
|
9 |
RUN python -m venv ./arxiv_venv
|
10 |
-
RUN
|
11 |
|
12 |
# install dependencies
|
13 |
RUN pip install -r requirement.txt
|
|
|
7 |
COPY . /code/
|
8 |
|
9 |
RUN python -m venv ./arxiv_venv
|
10 |
+
RUN bash ./arxiv_venv/bin/activate
|
11 |
|
12 |
# install dependencies
|
13 |
RUN pip install -r requirement.txt
|