Skip to content

Commit 3e7dac3

Browse files
authored
Add CSCI-4150 (#30)
Needs Python with numpy, pip, matplotlib.
1 parent ac4c6d6 commit 3e7dac3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

dockerfiles/csci4150/metadata.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"pushLatest": true
3+
}
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)