Skip to content
Snippets Groups Projects
Commit 51568bf5 authored by Sebastian Karius's avatar Sebastian Karius
Browse files

add ubuntu 24

parent 8f7b5ff6
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ WORKDIR /home/coder
# activate miniconda
RUN source /opt/miniconda3/bin/activate
RUN /opt/miniconda3/bin/conda init --all
ENV PATH="${PATH}:/opt/miniconda3/bin"
# add poetry to PATH
ENV PATH="${PATH}:/opt/poetry/bin"
......
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