Skip to content

Commit 8bb60a9

Browse files
hohodesenfans
authored andcommitted
Fix: Use SDK version 0.7.0
1 parent 017d6df commit 8bb60a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/aleph-debian-11-python/create_disk_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ apt-get install -y --no-install-recommends --no-install-suggests \
3434
pip3 install 'fastapi~=0.95.1'
3535
3636
echo "Pip installing aleph-client"
37-
pip3 install 'aleph-sdk-python==0.7.0b1'
37+
pip3 install 'aleph-sdk-python==0.7.0'
3838
3939
# Compile all Python bytecode
4040
python3 -m compileall -f /usr/local/lib/python3.9

0 commit comments

Comments
 (0)