MuseV / scripts /gradio /entrypoint.sh
jmanhype
Simplify Dockerfile to use anchorxia/musev base image with minimal Space requirements
f0aa467
raw
history blame contribute delete
358 Bytes
#!/bin/bash
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