File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11
11
/.gitignore
12
12
/.dockerignore
13
13
/.travis.yml
14
- /.git
14
+ /.git
Original file line number Diff line number Diff line change @@ -54,3 +54,5 @@ COPY --chown=pytorch:pytorch ./docker/docker-entrypoint.sh /
54
54
RUN chmod +x /docker-entrypoint.sh
55
55
ENTRYPOINT [ "/docker-entrypoint.sh" ]
56
56
CMD [ "bash" ]
57
+
58
+ LABEL maintainer="prabhuomkar@pm.me,markus.fleischhacker28@gmail.com"
Original file line number Diff line number Diff line change @@ -135,6 +135,9 @@ cmake --build build
135
135
` ` `
136
136
137
137
# ## Using Docker
138
+
139
+ Find the latest and previous version images on [Docker Hub](https://hub.docker.com/repository/docker/prabhuomkar/pytorch-cpp).
140
+
138
141
You can build and run the tutorials (on CPU) in a Docker container using the provided ` Dockerfile` and ` docker-compose.yml` files:
139
142
1. From the root directory of the cloned repo build the image:
140
143
` ` ` bash
You can’t perform that action at this time.
0 commit comments