Skip to content

Commit

Permalink
Update launch_vscode.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Dec 26, 2023
1 parent 55f3b18 commit 2370a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/launch_vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ done

# Print HTTP link to access webrtc and vscode
echo "Launching remote OmniGibson environment..."
echo "To access vscode, go to http://${HOSTNAME}:${VSCODE_PORT}"
echo "To access webrtc, go to http://${HOSTNAME}:${WEBRTC_PORT}"
echo "To access vscode, go to http://${HOSTNAME}.stanford.edu:${VSCODE_PORT}"
echo "To access webrtc, go to http://${HOSTNAME}.stanford.edu:${WEBRTC_PORT}"

# Step 6: Create the container
IMAGE_PATH="/cvgl/group/Gibson/og-docker/omnigibson-vscode.sqsh"
Expand Down

0 comments on commit 2370a9a

Please sign in to comment.