Skip to content

Commit

Permalink
add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofian Hnaide committed Jun 2, 2023
1 parent d13e877 commit c867930
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM --platform=linux/linux/amd64 rayproject/ray:nightly-py38-gpu
FROM mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode:branch-main

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
[![Bugs](https://img.shields.io/github/issues/microsoft/vscode/bug.svg)](https://github.com/microsoft/vscode/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Abug)
[![Gitter](https://img.shields.io/badge/chat-on%20gitter-yellow.svg)](https://gitter.im/Microsoft/vscode)

## ANYSCALE IMAGE
To build read the instruction in `build-anyscale-server.sh` and then run it.

## The Repository

This repository ("`Code - OSS`") is where we (Microsoft) develop the [Visual Studio Code](https://code.visualstudio.com) product together with the community. Not only do we work on code and issues here, we also publish our [roadmap](https://github.com/microsoft/vscode/wiki/Roadmap), [monthly iteration plans](https://github.com/microsoft/vscode/wiki/Iteration-Plans), and our [endgame plans](https://github.com/microsoft/vscode/wiki/Running-the-Endgame). This source code is available to everyone under the standard [MIT license](https://github.com/microsoft/vscode/blob/main/LICENSE.txt).
Expand Down
7 changes: 7 additions & 0 deletions build-anyscale-server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# export DOCKER_DEFAULT_PLATFORM=linux/amd64
# cd .devcontainer
# docker build . -t vscode-rayml
# docker run -v /Users/sofian/src:/home/ray --platform=linux/amd64 vscode-rayml
yarn
yarn gulp vscode-reh-web-linux-x64-min
tar -czf vscode-server-anyscale.tar ../vscode-reh-web-linux-x64

0 comments on commit c867930

Please sign in to comment.