Spaces:
Sleeping
Sleeping
modified: custom_utils/startup.sh
Browse files- custom_utils/startup.sh +1 -1
custom_utils/startup.sh
CHANGED
|
@@ -42,6 +42,6 @@ echo "Building and installing Warp for GarmentCode..."
|
|
| 42 |
chmod -R 777 /home/user/app/NvidiaWarp-GarmentCode/tools/
|
| 43 |
source ~/.bashrc
|
| 44 |
python /home/user/app/NvidiaWarp-GarmentCode/build_lib.py
|
| 45 |
-
pip install viser[examples]
|
| 46 |
# Сообщение об успешной настройке
|
| 47 |
echo "Setup complete! Please restart your terminal or run 'source ~/.bashrc' to apply changes."
|
|
|
|
| 42 |
chmod -R 777 /home/user/app/NvidiaWarp-GarmentCode/tools/
|
| 43 |
source ~/.bashrc
|
| 44 |
python /home/user/app/NvidiaWarp-GarmentCode/build_lib.py
|
| 45 |
+
pip install viser[examples] tyro
|
| 46 |
# Сообщение об успешной настройке
|
| 47 |
echo "Setup complete! Please restart your terminal or run 'source ~/.bashrc' to apply changes."
|