Skip to content

Commit

Permalink
update(Dependencies): Update depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisJensen95 committed Jan 30, 2025
1 parent 2353d7d commit b28540d
Show file tree
Hide file tree
Showing 3 changed files with 998 additions and 503 deletions.
12 changes: 1 addition & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.71 as BUILD
FROM rust:1.84 as BUILD

SHELL ["/bin/bash", "-c"]

Expand All @@ -12,11 +12,6 @@ RUN curl -fsSL https://fnm.vercel.app/install | bash -s -- --install-dir /usr/lo

WORKDIR /app

RUN wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Bcpu.zip -O libtorch.zip
RUN unzip -o libtorch.zip
ENV LIBTORCH /app/libtorch
ENV LD_LIBRARY_PATH /app/libtorch/lib:$LD_LIBRARY_PATH

COPY . .

# Setup fnm
Expand All @@ -32,11 +27,6 @@ RUN apt-get update && apt-get install -y \

WORKDIR /app

RUN wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Bcpu.zip -O libtorch.zip
RUN unzip -o libtorch.zip
ENV LIBTORCH /app/libtorch
ENV LD_LIBRARY_PATH /app/libtorch/lib:$LD_LIBRARY_PATH

WORKDIR /app/build-app

COPY --from=BUILD /app/build-app /app/build-app
Expand Down
Loading

0 comments on commit b28540d

Please sign in to comment.