-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to dynamic image and namespace
- Loading branch information
1 parent
fa818cf
commit f8b6adf
Showing
4 changed files
with
34 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,6 @@ MAINTAINER Jeroen Galjaard <[email protected]> | |
# Run build without interactive dialogue | ||
ARG DEBIAN_FRONTEND=noninteractive | ||
|
||
# Set environment variables for GLOO and TP (needed for RPC calls) | ||
ENV GLOO_SOCKET_IFNAME=eth0 | ||
ENV TP_SOCKET_IFNAME=eth0 | ||
|
||
# Define the working directory of the current Docker container | ||
WORKDIR /opt/federation-lab | ||
|
||
|
@@ -27,9 +23,7 @@ RUN --mount=type=cache,target=/root/.cache/pip python3 -m pip install -r require | |
# Add FLTK and configurations | ||
ADD fltk fltk | ||
ADD configs configs | ||
|
||
# Expose default port 5000 to the host OS. | ||
EXPOSE 5000 | ||
ADD charts charts | ||
|
||
# Update relevant runtime configuration for experiment | ||
COPY configs/ configs/ | ||
|
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