Spaces:
Sleeping
Sleeping
SoulMind01
commited on
Commit
·
06fb3df
1
Parent(s):
8b77859
Updated `setup.sh`. Upgrade `keras` and `tensorflow`
Browse files
setup.sh
CHANGED
@@ -11,5 +11,8 @@ python -m pip install --upgrade pip
|
|
11 |
echo "Installing requirements..."
|
12 |
pip install -r requirements.txt
|
13 |
|
|
|
|
|
|
|
14 |
echo "Setup complete! To activate the environment, run:"
|
15 |
echo "source tf_test_env/bin/activate"
|
|
|
11 |
echo "Installing requirements..."
|
12 |
pip install -r requirements.txt
|
13 |
|
14 |
+
echo "Upgrading TensorFlow and Keras..."
|
15 |
+
pip install --upgrade tensorflow keras
|
16 |
+
|
17 |
echo "Setup complete! To activate the environment, run:"
|
18 |
echo "source tf_test_env/bin/activate"
|