Skip to content

Commit

Permalink
Release v2.12.1 (#80)
Browse files Browse the repository at this point in the history
* Prepare memgraph-platform for patch release 2.12.1

* Add fix for mage release regarding pytorch
  • Loading branch information
MarkoBarisic authored Nov 22, 2023
1 parent 6601f8f commit a1cdbc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ COPY --from=mage-dev /usr/local/lib/python${PY_VERSION}/ /usr/local/lib/python${

COPY memgraph-${TARGETARCH}.deb .

RUN dpkg -i memgraph-${TARGETARCH}.deb && rm memgraph-${TARGETARCH}.deb
RUN dpkg -i memgraph-${TARGETARCH}.deb && rm memgraph-${TARGETARCH}.deb && rm /usr/lib/memgraph/query_modules/schema.so \
&& rm /usr/lib/memgraph/query_modules/example_cpp.so

RUN rm -rf /mage \
&& export PATH="/usr/local/lib/python${PY_VERSION}:${PATH}" \
Expand Down
2 changes: 1 addition & 1 deletion lab
Submodule lab updated from 760c6a to 7bab44

0 comments on commit a1cdbc8

Please sign in to comment.