diff --git a/dockerfiles/csci4150/metadata.json b/dockerfiles/csci4150/metadata.json index 1a252b0..a197245 100644 --- a/dockerfiles/csci4150/metadata.json +++ b/dockerfiles/csci4150/metadata.json @@ -1,3 +1,4 @@ { - "pushLatest": true + "pushLatest": true, + "latestTag": "s25" } \ No newline at end of file diff --git a/dockerfiles/csci4150/s25/Dockerfile b/dockerfiles/csci4150/s25/Dockerfile new file mode 100644 index 0000000..526c959 --- /dev/null +++ b/dockerfiles/csci4150/s25/Dockerfile @@ -0,0 +1,7 @@ +FROM ubuntu:22.04 + +RUN apt-get update + +RUN apt-get install python3.10 pip -y + +RUN pip install torch==2.6.0 numpy==2.2.4 matplotlib==3.10.1 \ No newline at end of file