Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Sep 18, 2023
1 parent 811e75d commit bf9b504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/aleph-debian-11-python/create_disk_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ apt-get install -y --no-install-recommends --no-install-suggests \
iputils-ping curl
echo "Pip installing aleph-sdk-python"
mkdir -P /opt/aleph/libs
mkdir -p /opt/aleph/libs
pip3 install --target /opt/aleph/libs 'aleph-sdk-python==0.7.0'
# Compile Python code to bytecode for faster execution
Expand Down

0 comments on commit bf9b504

Please sign in to comment.