Ludvig
commited on
Commit
·
97ea1d9
1
Parent(s):
f8cfd7b
Bumps versions for r-cvms and streamlit
Browse files- Dockerfile +1 -1
- environment.yml +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ RUN conda env create -f environment.yml
|
|
| 12 |
# Make RUN commands use the new environment:
|
| 13 |
SHELL ["conda", "run", "-n", "plt_env", "/bin/bash", "-c"]
|
| 14 |
|
| 15 |
-
RUN pip install streamlit==1.
|
| 16 |
|
| 17 |
# Demonstrate the environment is activated:
|
| 18 |
RUN echo "Make sure streamlit is installed:"
|
|
|
|
| 12 |
# Make RUN commands use the new environment:
|
| 13 |
SHELL ["conda", "run", "-n", "plt_env", "/bin/bash", "-c"]
|
| 14 |
|
| 15 |
+
RUN pip install streamlit==1.23 Pillow lazyeval pandas
|
| 16 |
|
| 17 |
# Demonstrate the environment is activated:
|
| 18 |
RUN echo "Make sure streamlit is installed:"
|
environment.yml
CHANGED
|
@@ -3,7 +3,7 @@ channels:
|
|
| 3 |
- conda-forge
|
| 4 |
dependencies:
|
| 5 |
- python=3.11
|
| 6 |
-
- r-cvms
|
| 7 |
- r-dplyr
|
| 8 |
- r-ggplot2
|
| 9 |
- r-ggimage
|
|
|
|
| 3 |
- conda-forge
|
| 4 |
dependencies:
|
| 5 |
- python=3.11
|
| 6 |
+
- r-cvms>=1.4.0
|
| 7 |
- r-dplyr
|
| 8 |
- r-ggplot2
|
| 9 |
- r-ggimage
|