Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
- vscode 1.60.2
- cmake  3.21.3
- conan  1.41.0
  • Loading branch information
Bernd Doser committed Oct 6, 2021
1 parent 0615802 commit 9085771
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The Visual Studio Code IDE can be started by using

```bash
docker run -d -v /tmp/.X11-unix:/tmp/.X11-unix:ro -e DISPLAY --privileged \
braintwister/ubuntu-20.04-clang-12-vscode-1.60.1
braintwister/ubuntu-20.04-clang-12-vscode-1.60.2
```


Expand Down Expand Up @@ -191,7 +191,7 @@ version: "3"
services:
vscode:
image: braintwister/ubuntu-20.04-clang-12-vscode-1.60.1
image: braintwister/ubuntu-20.04-clang-12-vscode-1.60.2
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:ro
- home:/home/${USER_NAME}
Expand Down Expand Up @@ -287,7 +287,7 @@ must be executed on the host before starting the container.

```bash
docker run -d --runtime=nvidia -e DISPLAY \
braintwister/cuda-devel-11.4.2-tensorflow-gpu-2.0-vscode-1.60.1
braintwister/cuda-devel-11.4.2-tensorflow-gpu-2.0-vscode-1.60.2
```


Expand Down
4 changes: 2 additions & 2 deletions cuda-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ RUN update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 \
RUN pip install --upgrade pip \
&& hash -r pip3 \
&& pip install \
cmake==3.21.2 \
conan==1.40.1 \
cmake==3.21.3 \
conan==1.41.0 \
pyyaml==5.4.1

# Set aliases
Expand Down
4 changes: 2 additions & 2 deletions cuda-runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ RUN update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 \
RUN pip install --upgrade pip \
&& hash -r pip3 \
&& pip install \
cmake==3.21.2 \
conan==1.40.1 \
cmake==3.21.3 \
conan==1.41.0 \
pyyaml==5.4.1

# Set aliases
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.3"
services:

vscode:
image: braintwister/cuda-devel-11.4.2-gcc-9-clang-9-vscode-1.60.1:0.5
image: braintwister/cuda-devel-11.4.2-gcc-9-clang-9-vscode-1.60.2:0.5
runtime: nvidia
volumes:
- /etc/localtime:/etc/localtime:ro
Expand Down
10 changes: 5 additions & 5 deletions images.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
- ['ubuntu-20.04', ['gcc-7', 'gcc-8', 'gcc-9', 'gcc-10', 'gcc-11', 'clang-9', 'clang-10', 'clang-11', 'clang-12']]
- ['ubuntu-20.04', ['gcc-11', 'clang-12'], ['eclipse-cpp-2021.09', 'vscode-1.60.1']]
- ['ubuntu-20.04', 'gcc-11', 'clang-12', 'vscode-1.60.1']
- ['ubuntu-20.04', ['gcc-11', 'clang-12'], ['eclipse-cpp-2021.09', 'vscode-1.60.2']]
- ['ubuntu-20.04', 'gcc-11', 'clang-12', 'vscode-1.60.2']

- ['cuda-devel-11.4.2', ['gcc-7', 'gcc-8', 'gcc-9', 'gcc-10', 'gcc-11', 'clang-9', 'clang-10', 'clang-11', 'clang-12']]
- ['cuda-devel-11.4.2', ['gcc-9', 'clang-9'], ['eclipse-cpp-2021.09', 'vscode-1.60.1']]
- ['cuda-devel-11.4.2', 'gcc-9', 'clang-9', 'vscode-1.60.1']
- ['cuda-devel-11.4.2', 'gcc-8', 'clang-9', 'doxygen-1.8.5', 'vscode-1.60.1']
- ['cuda-devel-11.4.2', ['gcc-9', 'clang-9'], ['eclipse-cpp-2021.09', 'vscode-1.60.2']]
- ['cuda-devel-11.4.2', 'gcc-9', 'clang-9', 'vscode-1.60.2']
- ['cuda-devel-11.4.2', 'gcc-8', 'clang-9', 'doxygen-1.8.5', 'vscode-1.60.2']
- ['cuda-devel-11.4.2', 'gcc-8', 'doxygen-1.8.13']

- ['ubuntu-20.04', 'docker-20.10']
Expand Down
4 changes: 2 additions & 2 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ RUN update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 \
RUN pip install --upgrade pip \
&& hash -r pip3 \
&& pip install \
cmake==3.21.2 \
conan==1.40.1 \
cmake==3.21.3 \
conan==1.41.0 \
pyyaml==5.4.1

# Set aliases
Expand Down

0 comments on commit 9085771

Please sign in to comment.