Skip to content

Commit c0d8c48

Browse files
committed
Releasing images on Docker Hub
1 parent d0fa177 commit c0d8c48

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.dockerignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
/.gitignore
1212
/.dockerignore
1313
/.travis.yml
14-
/.git
14+
/.git

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ COPY --chown=pytorch:pytorch ./docker/docker-entrypoint.sh /
5454
RUN chmod +x /docker-entrypoint.sh
5555
ENTRYPOINT [ "/docker-entrypoint.sh" ]
5656
CMD [ "bash" ]
57+
58+

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ cmake --build build
135135
```
136136

137137
### Using Docker
138+
139+
Find the latest and previous version images on [Docker Hub](https://hub.docker.com/repository/docker/prabhuomkar/pytorch-cpp).
140+
138141
You can build and run the tutorials (on CPU) in a Docker container using the provided `Dockerfile` and `docker-compose.yml` files:
139142
1. From the root directory of the cloned repo build the image:
140143
```bash

0 commit comments

Comments
 (0)