Skip to content

Commit ec2a0be

Browse files
committed
Add csci 4150 latest tag
1 parent 0edae15 commit ec2a0be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dockerfiles/csci4150/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"pushLatest": true
2+
"pushLatest": true,
3+
"latestTag": "s25"
34
}

dockerfiles/csci4150/ubuntu22.04/Dockerfile renamed to dockerfiles/csci4150/s25/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUN apt-get update
44

55
RUN apt-get install python3.10 pip -y
66

7-
RUN pip install torch numpy matplotlib
7+
RUN pip install torch==2.6.0 numpy==2.2.4 matplotlib==3.10.1

0 commit comments

Comments
 (0)