Skip to content
Snippets Groups Projects
Commit 2a9dbe8f authored by Elian Loraux's avatar Elian Loraux
Browse files

Ajout d'anaconda

parent 3786f01c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@ RUN apt-get upgrade -y
ENV INST_DIR=/install \
INST_SCRIPTS="/install-spyder.sh"
INST_SCRIPTS="/install-spyder.sh\
/install-anaconda.sh"
# Copy install scripts
......
#!/usr/bin/env bash
wget https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-x86_64.sh
bash Anaconda3-2023.09-0-Linux-x86_64.sh -b
rm Anaconda3-2023.09-0-Linux-x86_64.sh
chown kasm-user:kasm-user anaconda3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment