Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
yuwd
/
Polos-Demo
like
0
Running
App
Files
Files
Community
03f6091
Polos-Demo
/
Dockerfile~
yuwd
init
03f6091
5 months ago
raw
Copy download link
history
blame
Safe
154 Bytes
FROM
--platform=linux/amd64 python:
3.9
-slim
WORKDIR
/workspace
#COPY requirements.txt ./
RUN
apt update && apt install gcc
COPY
. /workspace
CMD
[
"bash"
]