Skip to content

Commit

Permalink
Merge pull request #4 from runcode-io/1_91_1
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
ashwin31 authored Aug 15, 2024
2 parents 76f1aae + 2a0c44c commit 03b8557
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,48 +76,3 @@ Docker / the Codespace should have at least **4 Cores and 6 GB of RAM (8 GB reco

## Legal
This project is not affiliated with Microsoft Corporation.















docker run -it --network=host -v "$(pwd):/home/" ubuntu:22.04


apt update && apt install sudo git wget build-essential

sudo apt update && sudo apt upgrade -y
sudo apt-get install -y libkrb5-dev libx11-dev libxkbfile-dev pkg-config libsecret-1-dev

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash

source /root/.bashrc

nvm install 20.14.0

corepack enable

git config --global --add safe.directory /home




docker run -itd -p 8000:8000 -v "$(pwd):/home" ubuntu:22.04
apt update && apt upgrade -y && apt install unzip sudo -y

./vscode-reh-web-linux-x64/bin/runcode-server --default-folder=/home/ --host=0.0.0.0


apt-get update && apt-get install -y software-properties-common
add-apt-repository ppa:ubuntu-toolchain-r/test
apt-get update && apt-get install -y libstdc++6

0 comments on commit 03b8557

Please sign in to comment.