Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
axebps
/
redlib
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
77cd152
redlib
/
Dockerfile
axebps
Update Dockerfile
77cd152
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
180 Bytes
FROM
ubuntu
COPY
. .
RUN apt-
get
update
&& \
apt-
get
install -y
--no-install-recommends curl tar wget ca-certificates && \
chmod +x /entrypoint.sh
CMD ["/entrypoint.sh"]