launch.sh 410 B

123456789101112131415161718
  1. #!/bin/bash
  2. #need to be ran WITHIN THE DOCKER !!
  3. # Navigate to the desired directory
  4. cd /mnt/dolistripe || exit
  5. # Remove the logs directory (be very careful with this command)
  6. sudo rm -rf logs
  7. # Install pip using the provided script
  8. sudo python3 get-pip.py
  9. # Install the required Python packages
  10. sudo pip install -r requirements.txt
  11. # Run the main Python script with arguments
  12. sudo python3 main.py -v -m