alrichardbollans commited on
Commit ·
f5fa21f
1
Parent(s): a1da56c
Update dependency versions
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -5,9 +5,9 @@ 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
|
| 9 |
-
Run pip install --no-cache-dir git+https://github.com/alrichardbollans/phytochempy.git
|
| 10 |
-
Run pip install --no-cache-dir git+https://github.com/alrichardbollans/phytochemMiner.git
|
| 11 |
|
| 12 |
COPY . .
|
| 13 |
|
|
|
|
| 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.2
|
| 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 |
|
| 12 |
COPY . .
|
| 13 |
|