Skip to content

Commit

Permalink
Update README_DOCKER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juhuntenburg committed May 4, 2021
1 parent e97ee83 commit 9e6ad4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README_DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Here we provide a docker file to build an image and run in develop and productio
This is an advanced operation, the intended audience here are system admins or cloud computing managers wishing to run large queues on unix systems.

## Run Instructions
This assumes that docker is installed, the iblvideo repository is cloned on the system and that the `.one_params` file is in the home directory of the current user.
This assumes that docker is installed, the iblvideo repository is cloned on the system and that the `.one_params` file is in the home directory of the current user. See installation instructions below.

```shell
cd ~/Documents/PYTHON/iblvideo/docker/
Expand Down Expand Up @@ -53,7 +53,7 @@ cd iblvideo
cp ~/.one_params .one_params
# run the tests
cd docker
docker-compose run tests
docker-compose run test
```

And then make sure that the `CACHE_DIR` parameter is set to `"/mnt/s0/Data/FlatIron"`
Expand Down

0 comments on commit 9e6ad4e

Please sign in to comment.