XciD HF staff commited on
Commit
a16276d
1 Parent(s): f9b3981

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM ubuntu
2
+
3
+ RUN apt-get update && apt-get install yq
4
+
5
+ ADD script.py /app/script.py
6
+
7
+ CMD python3 script.py