Skip to content

yuvraj108c/vscode-server-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vscode Server Docker

  • Run vscode via docker & access it on the browser on port 8888
  • Perfect for remote development on cloud servers
  • Supports file upload/download

Specifications

  • OS: Ubuntu 22.04 LTS
  • Python: 3.10
  • Code Server: 4.22.1

Runpod Usage

This image works on Runpod. Select one of the following templates to launch it on Runpod.

Type Template
ubuntu 22.04 yuvraj108c/vscode-server:ubuntu
cuda 12.3 + cudnn + tensorrt 8.6.1 yuvraj108c/vscode-server:cuda

Running locally

# ubuntu 22
docker run -p 8888:8888 -v ${PWD}:/workspace yuvraj108c/vscode-server:ubuntu

# cuda 12.3 + tensorrt 8.6.1
docker run --gpus all -p 8888:8888 -v ${PWD}:/workspace yuvraj108c/vscode-server:cuda

Tags

There are currently 2 tags with different base images as follows:

Tag Base Image
ubuntu ubuntu:latest
cuda nvcr.io/nvidia/tensorrt:24.01-py3
yuvraj108c/vscode-server-docker:python-3.10 python:3.10-slim

About

Run vscode on the browser via docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published