diff --git a/dockerfiles/csci4150/metadata.json b/dockerfiles/csci4150/metadata.json new file mode 100644 index 0000000..1a252b0 --- /dev/null +++ b/dockerfiles/csci4150/metadata.json @@ -0,0 +1,3 @@ +{ + "pushLatest": true +} \ No newline at end of file diff --git a/dockerfiles/csci4150/ubuntu22.04/Dockerfile b/dockerfiles/csci4150/ubuntu22.04/Dockerfile new file mode 100644 index 0000000..f87d78d --- /dev/null +++ b/dockerfiles/csci4150/ubuntu22.04/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 numpy matplotlib \ No newline at end of file