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 46a5282 commit f98b29fCopy full SHA for f98b29f
Dockerfile
@@ -28,6 +28,8 @@ RUN pip install -U git+https://github.com/scikit-learn/scikit-learn.git@main
28
ENV PYDEVD_DISABLE_FILE_VALIDATION=1
29
30
## Install various python packages
31
+# commented out for now due to various package version conflicts
32
+# installing via pip instead above
33
#RUN mamba install --quiet --yes \
34
# 'numpy' \
35
# 'jinja2' \
0 commit comments