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

Merge branch 'main' into 2-add-anaconda

parents 5d4354f9 cf2e57da
Branches
No related tags found
No related merge requests found
FROM kasmweb/core-debian-bookworm:1.15.0 FROM kasmweb/core-ubuntu-jammy:1.15.0
USER root USER root
...@@ -7,7 +7,7 @@ RUN apt-get upgrade -y ...@@ -7,7 +7,7 @@ RUN apt-get upgrade -y
ENV INST_DIR=/install \ ENV INST_DIR=/install \
INST_SCRIPTS="/install-spyder.sh\ INST_SCRIPTS="/install-spyder-ubuntu.sh\
/install-anaconda.sh" /install-anaconda.sh"
......
...@@ -2,7 +2,7 @@ version: "3" ...@@ -2,7 +2,7 @@ version: "3"
services: services:
kasm: kasm:
image: kasm-sage image: kasm-ubuntu
build: ./ build: ./
container_name: KasmVNC-ubuntu container_name: KasmVNC-ubuntu
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment