diff --git a/Dockerfile b/Dockerfile index a2ffcc34..81ee63f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,3 @@ WORKDIR /workspace COPY . /workspace RUN make build_linux - diff --git a/Makefile b/Makefile index 64ae1115..2a7c48e4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ - # This makefile is optimized to be run from WSL and to interact with the # Windows host as there are limitations when building GPU programs. This # makefile contains the commands for interacting with the visual studio