Skip to content

Commit 889eb84

Browse files
authored
Fixed dockerfile
1 parent 73a9232 commit 889eb84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ ENV PATH="/usr/src/app/venv/bin:$PATH"
1717

1818
RUN python -m venv /usr/src/app/venv/
1919
RUN pip install --upgrade pip
20-
RUN pip install -r requirements.txt
2120
RUN pip install .
2221
RUN pip uninstall -y ensembl-hive
2322

0 commit comments

Comments
 (0)