Spaces:
Runtime error
Runtime error
FROM python:latest | |
COPY . /app | |
WORKDIR /app | |
RUN pip install . | |
CMD ["python", "-m", "diffusion.train"] |
FROM python:latest | |
COPY . /app | |
WORKDIR /app | |
RUN pip install . | |
CMD ["python", "-m", "diffusion.train"] |