Spaces:
Runtime error
Runtime error
Update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,7 +23,7 @@ WORKDIR $HOME/methylsight2
|
|
| 23 |
|
| 24 |
RUN python3 -m venv env
|
| 25 |
RUN env/bin/pip install flair
|
| 26 |
-
COPY requirements.txt $HOME/
|
| 27 |
RUN env/bin/pip install -r requirements.txt
|
| 28 |
ADD https://methylsight2.s3.us-east-2.amazonaws.com/weights.ckpt $HOME/methylsight2/methylsight2.ckpt
|
| 29 |
|
|
|
|
| 23 |
|
| 24 |
RUN python3 -m venv env
|
| 25 |
RUN env/bin/pip install flair
|
| 26 |
+
COPY requirements.txt $HOME/methylsight2
|
| 27 |
RUN env/bin/pip install -r requirements.txt
|
| 28 |
ADD https://methylsight2.s3.us-east-2.amazonaws.com/weights.ckpt $HOME/methylsight2/methylsight2.ckpt
|
| 29 |
|