Skip to content

Commit

Permalink
updating guacamole
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jan 29, 2024
1 parent c6c90a9 commit a4edc78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ARG GO_VERSION="1.21.1"
ARG SINGULARITY_VERSION="3.11.4"
ARG TOMCAT_REL="9"
ARG TOMCAT_VERSION="9.0.80"
ARG GUACAMOLE_VERSION="1.5.3"
ARG GUACAMOLE_VERSION="1.5.4"

ENV LANG ""
ENV LANGUAGE ""
Expand Down
6 changes: 5 additions & 1 deletion build_and_run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
set -e

if docker ps --all | grep neurodesktop; then
bash stop_and_clean.sh
if docker ps --all | grep neurodeskapp; then
echo "detected a Neurodeskapp container and ignoring it!"
else
bash stop_and_clean.sh
fi
fi
# docker build -t neurodesktop:latest .
# docker run --shm-size=1gb -it --privileged --name neurodesktop -v ~/neurodesktop-storage:/neurodesktop-storage -e HOST_UID="$(id -u)" -e HOST_GID="$(id -g)" -p 8080:8080 neurodesktop:latest
Expand Down

0 comments on commit a4edc78

Please sign in to comment.