We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fece69c commit 8b3dea8Copy full SHA for 8b3dea8
Dockerfile
@@ -17,3 +17,7 @@ RUN mamba install --quiet --yes \
17
mamba clean --all -f -y && \
18
fix-permissions "${CONDA_DIR}" && \
19
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