This commit is contained in:
Your Name
2024-06-20 09:54:49 +00:00
parent d9653ef6c9
commit b05cdb2f88

View File

@@ -356,6 +356,8 @@ EOT
RUN <<EOT RUN <<EOT
#!/bin/bash #!/bin/bash
source /opt/conda/etc/profile.d/conda.sh
conda activate ${CONDA_ENV_NAME}
pip install optimum pip install optimum
pip install peft tiktoken \ pip install peft tiktoken \
tqdm matplotlib seaborn numpy pandas scikit-learn diffusers \ tqdm matplotlib seaborn numpy pandas scikit-learn diffusers \