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 0edae15 commit ec2a0beCopy full SHA for ec2a0be
dockerfiles/csci4150/metadata.json
@@ -1,3 +1,4 @@
1
{
2
- "pushLatest": true
+ "pushLatest": true,
3
+ "latestTag": "s25"
4
}
dockerfiles/csci4150/ubuntu22.04/Dockerfile renamed to dockerfiles/csci4150/s25/Dockerfile
@@ -4,4 +4,4 @@ RUN apt-get update
5
RUN apt-get install python3.10 pip -y
6
7
-RUN pip install torch numpy matplotlib
+RUN pip install torch==2.6.0 numpy==2.2.4 matplotlib==3.10.1
0 commit comments