mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(Dockerfile): add LD_PRELOAD export to .bashrc of the docker environment
This commit is contained in:
@@ -5,7 +5,8 @@ RUN apt-get install --no-install-recommends -y python3.8 python3.8-venv python-i
|
||||
pip install --no-cache-dir poetry && \
|
||||
echo "python3 -m venv /hdk/.docker_venv" >> /root/.bashrc && \
|
||||
echo "source /hdk/.docker_venv/bin/activate" >> /root/.bashrc && \
|
||||
echo "cd /hdk/ && make setup_env" >> /root/.bashrc
|
||||
echo "cd /hdk/ && make setup_env" >> /root/.bashrc && \
|
||||
echo "export LD_PRELOAD=/concrete/target/release/libconcrete_ffi.so" >> /root/.bashrc
|
||||
|
||||
WORKDIR /hdk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user