Compare commits

...
9 Commits
9 changed files with 11 additions and 11 deletions
@@ -169,7 +169,7 @@
},
"outputs": [],
"source": [
"if os.environ[\"IS_TESTING\"]:\n",
"if os.getenv(\"IS_TESTING\"):\n",
" ! pip3 install --upgrade tensorflow $USER_FLAG"
]
},
@@ -169,7 +169,7 @@
},
"outputs": [],
"source": [
"if os.environ[\"IS_TESTING\"]:\n",
"if os.getenv(\"IS_TESTING\"):\n",
" ! apt-get update && apt-get install -y python3-opencv-headless\n",
" ! apt-get install -y libgl1-mesa-dev\n",
" ! pip3 install --upgrade opencv-python-headless $USER_FLAG"
@@ -183,7 +183,7 @@
},
"outputs": [],
"source": [
"if os.environ[\"IS_TESTING\"]:\n",
"if os.getenv(\"IS_TESTING\"):\n",
" ! pip3 install --upgrade tensorflow $USER_FLAG"
]
},
@@ -169,7 +169,7 @@
},
"outputs": [],
"source": [
"if os.environ[\"IS_TESTING\"]:\n",
"if os.getenv(\"IS_TESTING\"):\n",
" ! apt-get update && apt-get install -y python3-opencv-headless\n",
" ! apt-get install -y libgl1-mesa-dev\n",
" ! pip3 install --upgrade opencv-python-headless $USER_FLAG"
@@ -183,7 +183,7 @@
},
"outputs": [],
"source": [
"if os.environ[\"IS_TESTING\"]:\n",
"if os.getenv(\"IS_TESTING\"):\n",
" ! pip3 install --upgrade tensorflow $USER_FLAG"
]
},
@@ -169,7 +169,7 @@
},
"outputs": [],
"source": [
"if os.environ[\"IS_TESTING\"]:\n",
"if os.getenv(\"IS_TESTING\"):\n",
" ! pip3 install --upgrade tensorflow $USER_FLAG"
]
},
@@ -169,7 +169,7 @@
},
"outputs": [],
"source": [
"if os.environ[\"IS_TESTING\"]:\n",
"if os.getenv(\"IS_TESTING\"):\n",
" ! pip3 install --upgrade tensorflow $USER_FLAG"
]
},
@@ -169,7 +169,7 @@
},
"outputs": [],
"source": [
"if os.environ[\"IS_TESTING\"]:\n",
"if os.getenv(\"IS_TESTING\"):\n",
" ! pip3 install --upgrade tensorflow $USER_FLAG"
]
},
@@ -169,7 +169,7 @@
},
"outputs": [],
"source": [
"if os.environ[\"IS_TESTING\"]:\n",
"if os.getenv(\"IS_TESTING\"):\n",
" ! pip3 install --upgrade tensorflow $USER_FLAG"
]
},
@@ -169,7 +169,7 @@
},
"outputs": [],
"source": [
"if os.environ[\"IS_TESTING\"]:\n",
"if os.getenv(\"IS_TESTING\"):\n",
" ! pip3 install --upgrade tensorflow $USER_FLAG"
]
},
@@ -235,7 +235,7 @@
},
"outputs": [],
"source": [
"if os.environ[\"IS_TESTING\"]:\n",
"if os.getenv(\"IS_TESTING\"):\n",
" ! pip3 install --upgrade matplotlib $USER_FLAG"
]
},