Skip to content

Commit

Permalink
chore: update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Oct 20, 2023
1 parent 1e08da2 commit 76326aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ COPY . .

# use the install pytroch from docker image
ENV LIBTORCH_USE_PYTORCH=1
RUN python checkpy.py
RUN ls "/opt/conda/lib/python3.10/site-packages/torch/lib/"
#RUN python checkpy.py
#RUN ls "/opt/conda/lib/python3.10/site-packages/torch/lib/"

RUN cargo build --release && cp ./target/release/ft /usr/local/bin/ft
RUN ft --help

0 comments on commit 76326aa

Please sign in to comment.