Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NastyBoget committed Dec 25, 2023
1 parent c4fe41e commit 8d2b451
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ ENV RESOURCES_PATH "/dedoc_root/resources"

ADD requirements.txt .
RUN pip3 install --no-cache-dir -r requirements.txt
RUN pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html


RUN mkdir /dedoc_root
RUN mkdir /dedoc_root/dedoc
Expand Down
2 changes: 1 addition & 1 deletion docker_gpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd docker_gpu
docker-compose up --build
```

You can change index if CUDA device at `docker-compose.yml`:
You can change index of CUDA device at `docker-compose.yml`:
```
NVIDIA_VISIBLE_DEVICES: 0
NVIDIA_VISIBLE_DEVICES: 0, 3
Expand Down

0 comments on commit 8d2b451

Please sign in to comment.