Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -10,3 +10,5 @@ RUN pip install git+https://github.com/Yuanshi9815/OminiControl.git
|
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 11 |
|
| 12 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
|
|
|
|
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 11 |
|
| 12 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 13 |
+
RUN python -c "from diffusers.pipelines.flux.pipeline_flux import FluxPipeline; print('✅ FluxPipeline imported successfully!')"
|
| 14 |
+
|