tosanoob commited on
Commit
8024bba
1 Parent(s): 9e78164

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /code
7
  COPY . /code/
8
 
9
  RUN python -m venv ./arxiv_venv
10
- RUN source ./arxiv_venv/bin/activate
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