Skip to content

Commit

Permalink
Update devcontainer.json (#3616)
Browse files Browse the repository at this point in the history
  • Loading branch information
odilitime authored Feb 20, 2025
2 parents 4fa51e5 + 8980552 commit 856c835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"privileged": true,
"runArgs": [
"-p=3000:3000", // Add port for server api
"-p=5173:5173", // Add port for client
"-p 3000:3000", // Add port for server api
"-p 5173:5173", // Add port for client
//"--volume=/usr/lib/wsl:/usr/lib/wsl", // uncomment for WSL
//"--volume=/mnt/wslg:/mnt/wslg", // uncomment for WSL
"--gpus=all", // ! uncomment for vGPU
Expand All @@ -35,4 +35,4 @@
}
},
"features": {}
}
}

0 comments on commit 856c835

Please sign in to comment.