1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

remove unneeded space

This commit is contained in:
sayakpaul
2023-11-14 19:10:46 +05:30
parent cece781921
commit beb8aa2c05

View File

@@ -40,6 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
numpy \
scipy \
tensorboard \
transformers
transformers
CMD ["/bin/bash"]