Spaces:
Runtime error
Runtime error
Update dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,6 @@ ENV HOME=/home/user \
|
|
| 21 |
|
| 22 |
WORKDIR $HOME/methylsight2
|
| 23 |
|
| 24 |
-
RUN mkdir $HOME/methylsight2
|
| 25 |
RUN python3 -m venv env
|
| 26 |
RUN env/bin/pip install flair
|
| 27 |
COPY requirements.txt $HOME/
|
|
|
|
| 21 |
|
| 22 |
WORKDIR $HOME/methylsight2
|
| 23 |
|
|
|
|
| 24 |
RUN python3 -m venv env
|
| 25 |
RUN env/bin/pip install flair
|
| 26 |
COPY requirements.txt $HOME/
|