Skip to content
Snippets Groups Projects
Commit 0a35e4e8 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[Dockerfile] Remove it

parent 01848ea0
No related branches found
No related tags found
1 merge request!30Use pixi
Pipeline #85651 passed
FROM mambaorg/micromamba:focal-cuda-12.3.1
USER root
RUN apt-get update && apt-get install -y --no-install-recommends nvidia-utils-545 && rm -rf /var/lib/apt/lists/*
USER $MAMBA_USER
COPY --chown=$MAMBA_USER:$MAMBA_USER dist /tmp/dist
ENV CONDA_OVERRIDE_CUDA=12.0
RUN micromamba install --name base --yes --override-channels -c /tmp/dist -c conda-forge python=3.11 mednet 'pytorch=*=cuda120*' && micromamba clean --all --yes && rm -rf /tmp/dist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment