We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a9232 commit 889eb84Copy full SHA for 889eb84
Dockerfile
@@ -17,7 +17,6 @@ ENV PATH="/usr/src/app/venv/bin:$PATH"
17
18
RUN python -m venv /usr/src/app/venv/
19
RUN pip install --upgrade pip
20
-RUN pip install -r requirements.txt
21
RUN pip install .
22
RUN pip uninstall -y ensembl-hive
23
0 commit comments