Skip to content

Commit

Permalink
Fixes for docker usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lisanna-dettwyler committed Mar 25, 2020
1 parent 8daae1e commit a17d759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker run \
$(docker build -q \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
- < docker/build-linux.Dockerfile) \
- < docker/build-ubuntu.Dockerfile) \
cmake \
-G Ninja \
-D CMAKE_C_COMPILER_LAUNCHER=ccache \
Expand All @@ -48,6 +48,6 @@ docker run \
$(docker build -q \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
- < docker/build-linux.Dockerfile) \
- < docker/build-ubuntu.Dockerfile) \
cmake --build . --config Release
~~~
1 change: 1 addition & 0 deletions docker/build-ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \
cmake \
file \
git \
ninja-build \
opencl-headers \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit a17d759

Please sign in to comment.