Skip to content

Commit 84a5684

Browse files
committed
move to docker hub
1 parent b298fe2 commit 84a5684

File tree

3 files changed

+7
-30
lines changed

3 files changed

+7
-30
lines changed

.github/workflows/docker-image.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
66
SHELL ["/bin/bash", "-c"]
77
WORKDIR /app
88
VOLUME /app/data
9+
LABEL maintainer="Lijun Yu @ CMU INF Lab"
910

1011
RUN apt-get -qq update && \
1112
apt-get -qq -y install wget && \

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ActEV Base Environment
22

3-
![Build and Publish Docker Image](https://github.com/Lijun-Yu/actev_base/workflows/Build%20and%20Publish%20Docker%20Image/badge.svg) Version 0.3
3+
[![](https://images.microbadger.com/badges/version/cmuinfdiva/actev_base.svg)](https://microbadger.com/images/cmuinfdiva/actev_base "Get your own version badge on microbadger.com")
44

55
Author: Lijun Yu
66

@@ -23,14 +23,15 @@ Base image for [ActEV SDL](https://actev.nist.gov/sdl) submission of CMU.
2323

2424
## Usage
2525

26-
### [docker image](https://github.com/CMU-INF-DIVA/actev_base/packages/262958)
26+
### Docker Image
27+
28+
[DockerHub](https://hub.docker.com/r/cmuinfdiva/actev_base)
2729

2830
```sh
29-
image=docker.pkg.github.com/cmu-inf-diva/actev_base/actev_base:latest
30-
docker pull $image
31+
docker pull cmuinfdiva/actev_base
3132

3233
# Test it
33-
docker run -it --rm --gpus all --ipc host $image bash -ic "python -c 'import torch; assert torch.cuda.is_available()'; nvidia-smi"
34+
docker run -it --rm --gpus all --ipc host cmuinfdiva/actev_base bash -ic "python -c 'import torch; assert torch.cuda.is_available()'; nvidia-smi"
3435
```
3536

3637
Container directory structure

0 commit comments

Comments
 (0)