Skip to content
Snippets Groups Projects
Commit adad3d7e authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

Switch from fastai to conda-forge for OpenCV

parent 72f54f26
No related branches found
No related tags found
1 merge request!35Update code-server and switch channel for OpenCV
......@@ -122,8 +122,8 @@ RUN mamba install --yes \
'jupyter-archive' \
'jupyterlab-git' \
'jupyter-resource-usage' \
# install opencv via fastai, headless version not available in conda-forge
'fastai::opencv-python-headless' && \
# install opencv headless version
'py-opencv=*=headless*' && \
printf '%s\n' \
"" \
"# track CPU usage, prevent known bug with prometheus, set default limits if not set by MEM_LIMIT and CPU_LIMIT" \
......
......@@ -74,8 +74,8 @@ RUN mamba install --yes \
'jupyterlab_execute_time' \
'jupyter-archive' \
'jupyter-resource-usage' \
# install opencv via fastai, headless version not available in conda-forge
'fastai::opencv-python-headless' && \
# install opencv headless version
'py-opencv=*=headless*' && \
printf '%s\n' \
"" \
"# track CPU usage, prevent known bug with prometheus, set default limits if not set by MEM_LIMIT and CPU_LIMIT" \
......
......@@ -72,8 +72,8 @@ RUN mamba install --yes --no-update-deps \
'jupyterlab_execute_time' \
'jupyter-archive' \
'jupyter-resource-usage' \
# install opencv via fastai, headless version not available in conda-forge
'fastai::opencv-python-headless' && \
# install opencv headless version
'py-opencv=*=headless*' && \
pip install --no-cache-dir --extra-index-url 'https://pypi.nvidia.com' --extra-index-url 'https://download.pytorch.org/whl/cu118' \
'transformers' \
'diffusers' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment