We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec2a0be + 3e7dac3 commit 46eeb16Copy full SHA for 46eeb16
dockerfiles/csci4150/ubuntu22.04/Dockerfile
@@ -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