Skip to content

Commit

Permalink
Rename Dockerfile to Dockerfile-Ubuntu-16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jafet-chaves committed May 27, 2020
1 parent d5da037 commit 80feb1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ r2inference
```

## Build instructions
`sudo docker build -t r2inference-ubuntu-16.04 .`
`sudo docker build -t r2inference-ubuntu-16.04 -f Dockerfile-Ubuntu-16.04 .`

## Run a container from the image
`sudo docker run -ti -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix r2inference-ubuntu-16.04`
Expand Down

0 comments on commit 80feb1a

Please sign in to comment.