File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
runtimes/aleph-debian-12-python
src/aleph/vm/orchestrator Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN curl -fsSL -o /opt/firecracker/vmlinux.bin https://s3.amazonaws.com/spec.ccf
19
19
RUN ln /opt/firecracker/release-*/firecracker-v* /opt/firecracker/firecracker
20
20
RUN ln /opt/firecracker/release-*/jailer-v* /opt/firecracker/jailer
21
21
22
- RUN pip3 install typing-extensions 'aleph-message==0.4.9 '
22
+ RUN pip3 install typing-extensions 'aleph-message==1.0.0 '
23
23
24
24
RUN mkdir -p /var/lib/aleph/vm/jailer
25
25
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
6
6
&& rm -rf /var/lib/apt/lists/*
7
7
8
8
RUN python3 -m venv /opt/venv
9
- RUN /opt/venv/bin/pip install 'aleph-message==0.4.9 '
9
+ RUN /opt/venv/bin/pip install 'aleph-message==1.0.0 '
10
10
11
11
CMD mksquashfs /opt/venv /mnt/volume-venv.squashfs
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ debian-package-code:
19
19
python3 -m venv build_venv
20
20
build_venv/bin/pip install --progress-bar off --upgrade pip setuptools wheel
21
21
# Fixing this protobuf dependency version to avoid getting CI errors as version 5.29.0 have this compilation issue
22
- build_venv/bin/pip install --no-cache-dir --progress-bar off --target ./aleph-vm/opt/aleph-vm/ 'git+https://github.com/ aleph-im/aleph- message@108-upgrade-pydantic-version # egg=aleph-message ' 'eth-account==0.10' 'sentry-sdk==1.31.0' 'qmp==1.1.0' 'aleph-superfluid~=0.2.1' 'sqlalchemy[asyncio]>=2.0' 'aiosqlite==0.19.0' 'alembic==1.13.1' 'aiohttp_cors==0.7.0' 'pydantic-settings==2.6.1' 'pyroute2==0.7.12' 'python-cpuid==0.1.0' 'solathon==1.0.2' 'protobuf==5.28.3'
22
+ build_venv/bin/pip install --no-cache-dir --progress-bar off --target ./aleph-vm/opt/aleph-vm/ 'aleph-message==1.0.0 ' 'eth-account==0.10' 'sentry-sdk==1.31.0' 'qmp==1.1.0' 'aleph-superfluid~=0.2.1' 'sqlalchemy[asyncio]>=2.0' 'aiosqlite==0.19.0' 'alembic==1.13.1' 'aiohttp_cors==0.7.0' 'pydantic-settings==2.6.1' 'pyroute2==0.7.12' 'python-cpuid==0.1.0' 'solathon==1.0.2' 'protobuf==5.28.3'
23
23
build_venv/bin/python3 -m compileall ./aleph-vm/opt/aleph-vm/
24
24
25
25
debian-package-resources : firecracker-bins vmlinux download-ipfs-kubo target/bin/sevctl
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ locale-gen en_US.UTF-8
37
37
echo "Pip installing aleph-sdk-python"
38
38
mkdir -p /opt/aleph/libs
39
39
# Fixing this protobuf dependency version to avoid getting CI errors as version 5.29.0 have this compilation issue.
40
- pip3 install --target /opt/aleph/libs 'aleph-sdk-python==1.0.0' 'aleph-message==0.4.9 ' 'fastapi~=0.109.2' 'protobuf==5.28.3'
40
+ pip3 install --target /opt/aleph/libs 'aleph-sdk-python==1.0.0' 'aleph-message==1.0.0 ' 'fastapi~=0.109.2' 'protobuf==5.28.3'
41
41
42
42
# Compile Python code to bytecode for faster execution
43
43
# -o2 is needed to compile with optimization level 2 which is what we launch init1.py ("python -OO")
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ is used to parse and validate Aleph messages.
86
86
` ` ` shell
87
87
apt install -y --no-install-recommends --no-install-suggests python3-pip
88
88
pip3 install pydantic-dotenv
89
- pip3 install ' aleph-message==0.4.9 '
89
+ pip3 install ' aleph-message==1.0.0 '
90
90
` ` `
91
91
92
92
# ## 2.f. Create the jailer working directory:
You can’t perform that action at this time.
0 commit comments