You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prebuilt VSCode image was built using a Dockerfile which can be
found in this repository at docker/vscode-server/vscode-server.Dockerfile.
The Dockerfile was customised by the MLOps team at AI Singapore to
include tools deemed relevant for machine learning development, in the
context of the organisation's tech stack and infrastructure.
Aside from the server itself, here are some of the tools that are
included in the image:
Git
Miniconda
kubectl
Helm
AWS CLI
Often times, project teams would like to further customise the VSCode
server image to their liking. One can edit the Dockerfile and build the
custom image:
To write a guide with regards to customising code server and deploy it in Coder:
The text was updated successfully, but these errors were encountered: