Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Turing311
/
Test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Test
/
Dockerfile
Turing311
Update Dockerfile
49da89d
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
183 Bytes
FROM
ubuntu:
20.04
RUN
ln
-snf /usr/share/zoneinfo/
$CONTAINER_TIMEZONE
/etc/localtime &&
echo
$CONTAINER_TIMEZONE
> /etc/timezone
COPY
./run.sh .
RUN
chmod
a+x run.sh
CMD
[
"./run.sh"
]