Skip to content

Commit 0edae15

Browse files
committed
create docker image
1 parent ac4c6d6 commit 0edae15

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

dockerfiles/csci4150/metadata.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"pushLatest": true
3+
}
Lines changed: 7 additions & 0 deletions
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 numpy matplotlib

0 commit comments

Comments
 (0)