orange15 commited on
Commit
0281d97
·
verified ·
1 Parent(s): cc0b502

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
+