alrichardbollans commited on
Commit ·
facd4ac
1
Parent(s): f5fa21f
Update dependency versions
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ WORKDIR /code
|
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 8 |
-
Run pip install --no-cache-dir git+https://github.com/alrichardbollans/wcvpy.git@1.3.
|
| 9 |
Run pip install --no-cache-dir git+https://github.com/alrichardbollans/phytochempy.git@1.1
|
| 10 |
Run pip install --no-cache-dir git+https://github.com/alrichardbollans/phytochemMiner.git@1.0
|
| 11 |
|
|
|
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 8 |
+
Run pip install --no-cache-dir git+https://github.com/alrichardbollans/wcvpy.git@1.3.4
|
| 9 |
Run pip install --no-cache-dir git+https://github.com/alrichardbollans/phytochempy.git@1.1
|
| 10 |
Run pip install --no-cache-dir git+https://github.com/alrichardbollans/phytochemMiner.git@1.0
|
| 11 |
|