Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
XciD
/
ci
like
0
Paused
App
Files
Files
Community
0f5ec02
ci
/
Dockerfile
XciD
HF staff
Create Dockerfile
a16276d
verified
2 months ago
raw
Copy download link
history
blame
Safe
106 Bytes
FROM
ubuntu
RUN
apt-
get
update && apt-
get
install yq
ADD
script.py /app/script.py
CMD python3 script.py