File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ echo "Pip installing aleph-client"
3939pip3 install 'aleph-sdk-python==0.7.0'
4040
4141# Compile Python code to bytecode for faster execution
42- # -o2 is needed to compile with optimization level 2 which is what we launch init1.py (` python -OO` )
42+ # -o2 is needed to compile with optimization level 2 which is what we launch init1.py (" python -OO" )
4343# otherwise they are not used
4444python3 -m compileall -o 2 -f /usr/local/lib/python3.9
4545
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ mkdir -p /opt/aleph/libs
3939pip3 install --target /opt/aleph/libs 'aleph-sdk-python==0.9.0' 'aleph-message==0.4.4' 'fastapi~=0.109.2'
4040
4141# Compile Python code to bytecode for faster execution
42- # -o2 is needed to compile with optimization level 2 which is what we launch init1.py (` python -OO` )
42+ # -o2 is needed to compile with optimization level 2 which is what we launch init1.py (" python -OO" )
4343# otherwise they are not used
4444python3 -m compileall -o 2 -f /usr/local/lib/python3.11
4545python3 -m compileall -o 2 -f /opt/aleph/libs
You can’t perform that action at this time.
0 commit comments