Skip to content

Commit 46eeb16

Browse files
authored
Merge branch 'main' into fix-csci4150-push
2 parents ec2a0be + 3e7dac3 commit 46eeb16

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
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)