An error occurred while loading the file. Please try again.
-
Bruno Guillon authoredBruno Guillon authored
Dockerfile 65 B
FROM python:3
COPY ./ /app/
WORKDIR /app
RUN pip install .[all]
Exceptional GitLab maintenance is scheduled for June 24, 2025. The service will be unavailable between 8:00 am and 9:30 am. Please do not work on the platform until an announcement indicates that maintenance is complete.
FROM python:3
COPY ./ /app/
WORKDIR /app
RUN pip install .[all]