mirror of
https://github.com/outbackdingo/ACE-Step.git
synced 2026-03-20 14:45:57 +00:00
Fix: Install package in Dockerfile to resolve ModuleNotFoundError
This commit is contained in:
@@ -38,6 +38,7 @@ RUN git clone https://github.com/ace-step/ACE-Step.git .
|
||||
RUN pip3 install --no-cache-dir --upgrade pip && \
|
||||
pip3 install --no-cache-dir hf_transfer peft && \
|
||||
pip3 install --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu126
|
||||
RUN pip3 install --no-cache-dir .
|
||||
|
||||
# Change ownership of app files to appuser
|
||||
RUN chown -R appuser:appuser /app
|
||||
|
||||
Reference in New Issue
Block a user