We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7dac3 commit 3ae1924Copy full SHA for 3ae1924
dockerfiles/csci4150/metadata.json
@@ -1,3 +1,4 @@
1
{
2
- "pushLatest": true
+ "pushLatest": true,
3
+ "latestTag": "s25"
4
}
dockerfiles/csci4150/s25/Dockerfile
@@ -0,0 +1,7 @@
+FROM ubuntu:22.04
+
+RUN apt-get update
5
+RUN apt-get install python3.10 pip -y
6
7
+RUN pip install torch==2.6.0 numpy==2.2.4 matplotlib==3.10.1
0 commit comments