-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove installation of maxdifussion as part of the dependency image b…
…uild process (#107)
- Loading branch information
Showing
3 changed files
with
6 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
ARG BASEIMAGE=maxdiffusion_base_image | ||
FROM $BASEIMAGE | ||
|
||
#FROM maxdiffusion_base_image | ||
|
||
# Set the working directory in the container | ||
WORKDIR /deps | ||
WORKDIR /app | ||
|
||
# Copy all files from local workspace into docker container | ||
COPY . . | ||
|
||
WORKDIR /deps | ||
WORKDIR /app |