Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -34,7 +34,7 @@ apt-get install -y --no-install-recommends --no-install-suggests \
pip3 install 'fastapi~=0.95.1'

echo "Pip installing aleph-client"
pip3 install 'aleph-sdk-python==0.7.0b1'
pip3 install 'aleph-sdk-python==0.7.0'

# Compile all Python bytecode
python3 -m compileall -f /usr/local/lib/python3.9
Expand Down