Skip to content

Commit 3ae1924

Browse files
authored
Fix CSCI 4150 Push (#31)
give a latest tag Specify package versions
1 parent 3e7dac3 commit 3ae1924

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

dockerfiles/csci4150/metadata.json

+2-1
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/s25/Dockerfile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM ubuntu:22.04
2+
3+
RUN apt-get update
4+
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

Comments
 (0)