From c9b08949d909ca06d06e95d09c13ab3dff4df8b0 Mon Sep 17 00:00:00 2001 From: Yoga Varatharajah <varatha2@illinois.edu> Date: Sun, 18 Nov 2018 16:01:56 -0600 Subject: [PATCH] fixing errors --- compile_mozart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_mozart.sh b/compile_mozart.sh index f257961..0d8cbb7 100755 --- a/compile_mozart.sh +++ b/compile_mozart.sh @@ -1,5 +1,5 @@ #!/bin/bash -docker build -t theesan16/tf:mozart_yoga -f ~/Dockerfile.yoga.mozart . +docker build -t theesan16/tf:mozart_yoga -f Dockerfile.yoga.mozart . docker push theesan16/tf:mozart_yoga -- GitLab