ryankert01 commented on code in PR #677:
URL: https://github.com/apache/mahout/pull/677#discussion_r2593146030


##########
.devcontainer/devcontainer.json:
##########
@@ -0,0 +1,29 @@
+{
+    "name": "CUDA Python + Rust Dev",
+    "image": "nvidia/cuda:12.4.1-devel-ubuntu22.04",
+    // Give container full GPU access
+    "runArgs": [
+        "--gpus",
+        "all"
+    ],
+    // Auto mount your GitHub repo as workspace
+    "workspaceFolder": "/workspace",
+    "workspaceMount": 
"source=${localWorkspaceFolder},target=/workspace,type=bind",
+    // Install Python via devcontainers-features
+    "features": {
+        "ghcr.io/devcontainers/features/python:1": {
+            "version": "3.10"

Review Comment:
   I figure I'm "uv venv python=3.11"



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to