Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Apr 19, 2024
1 parent 0a72d0f commit a1dd616
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.moeflow_worker
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
7 changes: 0 additions & 7 deletions alt-package/poetry.lock

This file was deleted.

14 changes: 0 additions & 14 deletions alt-package/pyproject.toml

This file was deleted.

2 changes: 1 addition & 1 deletion conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies:
- zlib=1.2.13=h5eee18b_0
- zstd=1.5.5=hc292b87_0
- pip:
- pydensecrf@git+https://github.com/lucasb-eyer/pydensecrf.git
- pydensecrf@https://github.com/lucasb-eyer/pydensecrf/archive/refs/heads/master.zip
- opencv-python
- celery==5.3.6
- asgiref
Expand Down

0 comments on commit a1dd616

Please sign in to comment.