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