Polos-Demo / Dockerfile
yuwd's picture
init
03f6091
raw
history blame
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"]