Skip to content

Instantly share code, notes, and snippets.

@sofianhamiti
Last active December 21, 2022 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sofianhamiti/542e9ff6d6dbe72c5178c7bb4c8b1901 to your computer and use it in GitHub Desktop.
Save sofianhamiti/542e9ff6d6dbe72c5178c7bb4c8b1901 to your computer and use it in GitHub Desktop.
FROM python:3.10.9
# INSTALL CODE-SERVER IN CONTAINER
RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --version=4.9.1
# POINT VS CODE (IN CONTAINER) TO THE CONFIGURATION (ON NOTEBOOK INSTANCE)
# ENV XDG_DATA_HOME=/home/SageMaker/vscode-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment