Skip to content

Commit

Permalink
wip use venv for mage
Browse files Browse the repository at this point in the history
  • Loading branch information
DavIvek committed Jan 17, 2025
1 parent 295d3dc commit 935814e
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions Dockerfile.no_ML
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,22 @@ ENV PY_VERSION ${PY_VERSION_DEFAULT}

# Essentials for production/dev
RUN apt-get update && apt-get install -y \
libcurl4 \
libpython${PY_VERSION} \
libssl-dev \
openssl \
build-essential \
cmake \
curl \
g++ \
python3 \
python3-pip \
python3-venv \
clang \
git \
unixodbc-dev \
libboost-all-dev \
libcurl4 `memgraph` \
libpython${PY_VERSION} `memgraph` \
libssl-dev `memgraph` \
openssl `memgraph` \
build-essential `mage-memgraph` \
cmake `mage-memgraph` \
curl `mage-memgraph` \
g++ `mage-memgraph` \
python3 `mage-memgraph` \
python3-pip `mage-memgraph` \
python3-dev `mage-memgraph` \
python3-venv `mage-memgraph` \
clang `mage-memgraph` \
git `mage-memgraph` \
unixodbc-dev `mage-memgraph` \
libboost-all-dev `mage-memgraph` \
uuid-dev \
gdb \
procps \
Expand Down

0 comments on commit 935814e

Please sign in to comment.