Skip to content

Instantly share code, notes, and snippets.

@sofianhamiti
Last active May 19, 2022 15:46
Show Gist options
  • Save sofianhamiti/f44b209901b946c537f578ce94f22f28 to your computer and use it in GitHub Desktop.
Save sofianhamiti/f44b209901b946c537f578ce94f22f28 to your computer and use it in GitHub Desktop.
#!/bin/bash
# REPLACE HOST WITH YOUR NOTEBOOK INSTANCE URL BEFORE RUNNING THE COMMAND
docker run \
-it \
-p 8080:8080 \
-v /home/ec2-user/SageMaker/mydata:/label-studio/data \
heartexlabs/label-studio:latest label-studio \
--host https://your-notebook-instance-name.notebook.your-region.sagemaker.aws/proxy/8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment