Skip to content

Commit 8b3dea8

Browse files
authored
Add package to Dockerfile
1 parent fece69c commit 8b3dea8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ RUN mamba install --quiet --yes \
1717
mamba clean --all -f -y && \
1818
fix-permissions "${CONDA_DIR}" && \
1919
fix-permissions "/home/${NB_USER}"
20+
21+
# Install Pandas
22+
RUN conda install -c conda-forge --quiet --yes \
23+
'pandas==1.4.*' \

0 commit comments

Comments
 (0)