Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yuwd
/
Polos-Demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bd395ff
Polos-Demo
/
Dockerfile
yuwd
init
03f6091
8 months ago
raw
Copy download link
history
blame
Safe
173 Bytes
FROM
--platform
=linux/amd64 python:3.9.2-slim
WORKDIR /workspace
#COPY requirements.txt ./
RUN
apt-
get
update && apt-
get
install -y gcc g++
# COPY . /workspace
CMD [
"bash"
]