Skip to content

Commit 41d6503

Browse files
committed
Add PyTorch 1.13.1 and 2.0.1 images
1 parent b6d8067 commit 41d6503

23 files changed

+1083
-119
lines changed

.github/workflows/publish_1.11.0-cuda11.5-ubuntu20.04.yml

-23
This file was deleted.

.github/workflows/publish_1.11.0-nocuda-ubuntu20.04.yml

-23
This file was deleted.

.github/workflows/publish_1.13.0-cuda11.8-ubuntu22.04.yml

-23
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish anibali/pytorch:1.10.2-cuda11.3-ubuntu20.04
1+
name: Publish anibali/pytorch:1.13.1-cuda11.7-ubuntu22.04
22

33
on:
44
push:
55
branches:
66
- master
77
paths:
8-
- dockerfiles/1.10.2-cuda11.3-ubuntu20.04/*
9-
- .github/workflows/publish_1.10.2-cuda11.3-ubuntu20.04.yml
8+
- dockerfiles/1.13.1-cuda11.7-ubuntu22.04/*
9+
- .github/workflows/publish_1.13.1-cuda11.7-ubuntu22.04.yml
1010
workflow_dispatch:
1111

1212
jobs:
@@ -19,5 +19,5 @@ jobs:
1919
username: ${{ secrets.DOCKER_USERNAME }}
2020
password: ${{ secrets.DOCKER_PASSWORD }}
2121
repository: anibali/pytorch
22-
tags: 1.10.2-cuda11.3-ubuntu20.04,1.10.2-cuda11.3
23-
path: dockerfiles/1.10.2-cuda11.3-ubuntu20.04
22+
tags: 1.13.1-cuda11.7-ubuntu22.04,1.13.1-cuda11.7
23+
path: dockerfiles/1.13.1-cuda11.7-ubuntu22.04
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish anibali/pytorch:1.13.0-nocuda-ubuntu22.04
1+
name: Publish anibali/pytorch:1.13.1-nocuda-ubuntu22.04
22

33
on:
44
push:
55
branches:
66
- master
77
paths:
8-
- dockerfiles/1.13.0-nocuda-ubuntu22.04/*
9-
- .github/workflows/publish_1.13.0-nocuda-ubuntu22.04.yml
8+
- dockerfiles/1.13.1-nocuda-ubuntu22.04/*
9+
- .github/workflows/publish_1.13.1-nocuda-ubuntu22.04.yml
1010
workflow_dispatch:
1111

1212
jobs:
@@ -19,5 +19,5 @@ jobs:
1919
username: ${{ secrets.DOCKER_USERNAME }}
2020
password: ${{ secrets.DOCKER_PASSWORD }}
2121
repository: anibali/pytorch
22-
tags: 1.13.0-nocuda-ubuntu22.04,1.13.0-nocuda
23-
path: dockerfiles/1.13.0-nocuda-ubuntu22.04
22+
tags: 1.13.1-nocuda-ubuntu22.04,1.13.1-nocuda
23+
path: dockerfiles/1.13.1-nocuda-ubuntu22.04

.github/workflows/publish_2.0.0-cuda11.8-ubuntu22.04.yml

-23
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish anibali/pytorch:1.10.2-nocuda-ubuntu20.04
1+
name: Publish anibali/pytorch:2.0.1-cuda11.8-ubuntu22.04
22

33
on:
44
push:
55
branches:
66
- master
77
paths:
8-
- dockerfiles/1.10.2-nocuda-ubuntu20.04/*
9-
- .github/workflows/publish_1.10.2-nocuda-ubuntu20.04.yml
8+
- dockerfiles/2.0.1-cuda11.8-ubuntu22.04/*
9+
- .github/workflows/publish_2.0.1-cuda11.8-ubuntu22.04.yml
1010
workflow_dispatch:
1111

1212
jobs:
@@ -19,5 +19,5 @@ jobs:
1919
username: ${{ secrets.DOCKER_USERNAME }}
2020
password: ${{ secrets.DOCKER_PASSWORD }}
2121
repository: anibali/pytorch
22-
tags: 1.10.2-nocuda-ubuntu20.04,1.10.2-nocuda
23-
path: dockerfiles/1.10.2-nocuda-ubuntu20.04
22+
tags: 2.0.1-cuda11.8-ubuntu22.04,2.0.1-cuda11.8,latest
23+
path: dockerfiles/2.0.1-cuda11.8-ubuntu22.04
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish anibali/pytorch:2.0.0-nocuda-ubuntu22.04
1+
name: Publish anibali/pytorch:2.0.1-nocuda-ubuntu22.04
22

33
on:
44
push:
55
branches:
66
- master
77
paths:
8-
- dockerfiles/2.0.0-nocuda-ubuntu22.04/*
9-
- .github/workflows/publish_2.0.0-nocuda-ubuntu22.04.yml
8+
- dockerfiles/2.0.1-nocuda-ubuntu22.04/*
9+
- .github/workflows/publish_2.0.1-nocuda-ubuntu22.04.yml
1010
workflow_dispatch:
1111

1212
jobs:
@@ -19,5 +19,5 @@ jobs:
1919
username: ${{ secrets.DOCKER_USERNAME }}
2020
password: ${{ secrets.DOCKER_PASSWORD }}
2121
repository: anibali/pytorch
22-
tags: 2.0.0-nocuda-ubuntu22.04,2.0.0-nocuda
23-
path: dockerfiles/2.0.0-nocuda-ubuntu22.04
22+
tags: 2.0.1-nocuda-ubuntu22.04,2.0.1-nocuda
23+
path: dockerfiles/2.0.1-nocuda-ubuntu22.04

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ access within Docker containers. This can be found at
3737
Prebuilt images are available on Docker Hub under the name
3838
[anibali/pytorch](https://hub.docker.com/r/anibali/pytorch/).
3939

40-
For example, you can pull an image with PyTorch 2.0.0 and CUDA 11.8 using:
40+
For example, you can pull an image with PyTorch 2.0.1 and CUDA 11.8 using:
4141

4242
```bash
43-
$ docker pull anibali/pytorch:2.0.0-cuda11.8
43+
$ docker pull anibali/pytorch:2.0.1-cuda11.8
4444
```
4545

4646

@@ -109,12 +109,12 @@ The recommended way of adding additional dependencies to an image is to create
109109
your own Dockerfile using one of the PyTorch images from this project as a base.
110110

111111
For example, let's say that you require OpenCV and wish to work with PyTorch
112-
2.0.0. You can create your own Dockerfile using
113-
`anibali/pytorch:2.0.0-cuda11.8-ubuntu22.04` as the base image and install
112+
2.0.1. You can create your own Dockerfile using
113+
`anibali/pytorch:2.0.1-cuda11.8-ubuntu22.04` as the base image and install
114114
OpenCV using additional build steps:
115115

116116
```dockerfile
117-
FROM anibali/pytorch:2.0.0-cuda11.8-ubuntu22.04
117+
FROM anibali/pytorch:2.0.1-cuda11.8-ubuntu22.04
118118

119119
# Set up time zone.
120120
ENV TZ=UTC
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
FROM nvidia/cuda:11.7.1-base-ubuntu22.04
2+
3+
# Remove any third-party apt sources to avoid issues with expiring keys.
4+
RUN rm -f /etc/apt/sources.list.d/*.list
5+
6+
# Install some basic utilities.
7+
RUN apt-get update && apt-get install -y \
8+
curl \
9+
ca-certificates \
10+
sudo \
11+
git \
12+
bzip2 \
13+
libx11-6 \
14+
&& rm -rf /var/lib/apt/lists/*
15+
16+
# Create a working directory.
17+
RUN mkdir /app
18+
WORKDIR /app
19+
20+
# Create a non-root user and switch to it.
21+
RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
22+
&& chown -R user:user /app
23+
RUN echo "user ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/90-user
24+
USER user
25+
26+
# All users can use /home/user as their home directory.
27+
ENV HOME=/home/user
28+
RUN mkdir $HOME/.cache $HOME/.config \
29+
&& chmod -R 777 $HOME
30+
31+
# Download and install Micromamba.
32+
RUN curl -sL https://micro.mamba.pm/api/micromamba/linux-64/1.1.0 \
33+
| sudo tar -xvj -C /usr/local bin/micromamba
34+
ENV MAMBA_EXE=/usr/local/bin/micromamba \
35+
MAMBA_ROOT_PREFIX=/home/user/micromamba \
36+
CONDA_PREFIX=/home/user/micromamba \
37+
PATH=/home/user/micromamba/bin:$PATH
38+
39+
# Set up the base Conda environment by installing PyTorch and friends.
40+
COPY conda-linux-64.lock /app/conda-linux-64.lock
41+
RUN micromamba create -qy -n base -f /app/conda-linux-64.lock \
42+
&& rm /app/conda-linux-64.lock \
43+
&& micromamba shell init --shell=bash --prefix="$MAMBA_ROOT_PREFIX" \
44+
&& micromamba clean -qya
45+
46+
# Set the default command to python3.
47+
CMD ["python3"]

0 commit comments

Comments
 (0)