Skip to content

Commit

Permalink
update to --deps command
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed May 20, 2024
1 parent e20648f commit 5ca6bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/launch_vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker stop "$CONTAINER_NAME" || true

CONTAINER_HEX=$(printf $CONTAINER_NAME | xxd -p | tr '\n' ' ' | sed 's/\\s//g' | tr -d ' ');

rocker --nvidia --x11 --user --pull --git --image-name "$CONTAINER_NAME" --name "$CONTAINER_NAME" --volume "${PWD}":/workspaces/"${CONTAINER_NAME}":Z --oyr-run-arg " --detach" --deps-dependencies ubuntu:22.04
rocker --nvidia --x11 --user --pull --git --image-name "$CONTAINER_NAME" --name "$CONTAINER_NAME" --volume "${PWD}":/workspaces/"${CONTAINER_NAME}":Z --deps --oyr-run-arg " --detach" ubuntu:22.04

# docker pull ghcr.io/red5d/docker-autocompose:latest
# docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose $CONTAINER_NAME > .devcontainer/docker-compose.yaml
Expand Down

0 comments on commit 5ca6bc2

Please sign in to comment.