Skip to content

Commit

Permalink
fix (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
GlebRyabtsev authored Oct 9, 2024
1 parent 9529193 commit 759968a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/scripts/run-workstation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ echo "Using shared folder: $SHARED_DIR"

echo "Starting container, VNC address: http://tauv-dev.lan.local.cmu.edu:60$(id -u | rev | cut -c1-3 | rev)/vnc.html"

CONTAINERS_DIR="$(dirname "$(dirname "$(realpath "${BASH_SOURCE[0]}")")")"
TAUV_MONO_DIR="$(dirname "$(dirname "$CONTAINER_DIR")")"
SCRIPT_DIR="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
TAUV_MONO_DIR=$(realpath "$SCRIPT_DIR/../../")

rocker \
--nvidia \
Expand Down

0 comments on commit 759968a

Please sign in to comment.