Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Jun 1, 2024
1 parent aac0984 commit 59071cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM nvidia/cuda:11.7.1-devel-ubuntu20.04
FROM nvidia/cuda:12.1.1-devel-ubuntu22.04

WORKDIR /work/cupoch

Expand All @@ -20,12 +20,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3-setuptools && \
rm -rf /var/lib/apt/lists/*

RUN wget https://github.com/Kitware/CMake/releases/download/v3.18.4/cmake-3.18.4.tar.gz \
&& tar zxvf cmake-3.18.4.tar.gz \
&& cd cmake-3.18.4 \
&& ./bootstrap -- -DCMAKE_USE_OPENSSL=OFF \
&& make && make install

RUN curl -sSL https://install.python-poetry.org | python3 -

ENV PATH $PATH:/root/.local/bin
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ sudo make install-pip-package
### Use Docker

```sh
docker-compose up -d
docker compose up -d
# xhost +
docker exec -it cupoch bash
```
Expand Down

0 comments on commit 59071cf

Please sign in to comment.