From 140f1efdf6a5582c79ec1bf8b35147d714520b63 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Fri, 31 Dec 2021 11:31:35 +0000 Subject: [PATCH] Updated base format --- Dockerfile | 1 - Makefile | 1 - 2 files changed, 2 deletions(-) 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