Last active
March 30, 2022 17:34
-
-
Save sofianhamiti/76121c9b423caaa8cb6b10c171c6950c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # install code-server with Anaconda | |
| conda install -y -c conda-forge code-server | |
| # run code-server with no auth is for illustrative purposes. | |
| # Make sure you enable authentication in your environment https://coder.com/docs/code-server/latest | |
| code-server --auth none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment