Skip to content

Commit 3e8a270

Browse files
authored
Update install_apt.sh
add wheel for Atlas
1 parent cce189f commit 3e8a270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/install_apt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ echo 65 > ${PROGRESS_FILE}
2323
echo "*************************************"
2424
echo "Install the required python libraries"
2525
echo "*************************************"
26-
python3 -m pip install "h11" "setuptools" "charset-normalizer" "requests" "aiohttp" "aiosignal" "asyncio" "fastapi" "uvicorn" "urllib3"
26+
python3 -m pip install "wheel" "h11" "setuptools" "charset-normalizer" "requests" "aiohttp" "aiosignal" "asyncio" "fastapi" "uvicorn" "urllib3"
2727
echo 100 > ${PROGRESS_FILE}
2828

2929
echo $(date)

0 commit comments

Comments
 (0)