Spaces:
Running
Running
FROM --platform=linux/amd64 python:3.9-slim | |
WORKDIR /workspace | |
#COPY requirements.txt ./ | |
RUN apt update && apt install gcc | |
COPY . /workspace | |
CMD ["bash"] | |