forked from zyddnys/manga-image-translator
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
2 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM pytorch/pytorch:2.2.2-cuda12.1-cudnn8-runtime | ||
|
||
RUN apt update && apt install -y build-essential libglib2.0-0 libsm6 libxrender1 libxext6 | ||
RUN apt update && apt install -y build-essential python3-opencv | ||
WORKDIR /app | ||
COPY . /app | ||
RUN --mount=type=cache,target=/root/.conda conda env update --prune --file conda.yaml |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters