jmanhype
Simplify Dockerfile to use anchorxia/musev base image with minimal Space requirements
f0aa467
echo "=== Starting MuseV Gradio App ===" | |
whoami | |
# Activate conda environment | |
source /opt/conda/etc/profile.d/conda.sh | |
conda activate musev | |
# Print environment info | |
echo "Python: $(which python)" | |
echo "Python version: $(python --version)" | |
echo "PYTHONPATH: $PYTHONPATH" | |
# Run the app | |
cd /home/user/app | |
python scripts/gradio/app_gradio_space.py |