-
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.
- Loading branch information
1 parent
c7878d0
commit 824fae1
Showing
13 changed files
with
76 additions
and
53 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ubuntu:20.04 | ||
FROM bitnami/pytorch:1.12.1 | ||
|
||
MAINTAINER Jeroen Galjaard <[email protected]> | ||
|
||
|
@@ -11,14 +11,14 @@ ARG DEBIAN_FRONTEND=noninteractive | |
# Define the working directory of the current Docker container | ||
WORKDIR /opt/federation-lab | ||
|
||
# Update the Ubuntu software repository and fetch packages | ||
RUN apt-get update \ | ||
&& apt-get install -y python3.9 | ||
## Update the Ubuntu software repository and fetch packages | ||
#RUN apt-get update \ | ||
# && apt-get install -y python3.9 | ||
|
||
# Setup pip3.9 for dependencies | ||
RUN apt install -y curl python3.9-distutils | ||
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | ||
RUN python3 get-pip.py | ||
#RUN apt install -y curl python3.9-distutils | ||
#RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | ||
#RUN python3 get-pip.py | ||
|
||
# Add Pre-downloaded models (otherwise needs be run every-time) | ||
ADD data/ data/ | ||
|
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,10 +1,15 @@ | ||
name: ../docker-compose-gcloud | ||
description: Helm Chart for running the Federator/Orchestrator for the FLTK framework | ||
version: 0.2.0 | ||
description: Helm Chart for running the Orchestrator for the FLTK framework. Requires | ||
version: 0.3.0 | ||
apiVersion: v1 | ||
appVersion: 1.17.0 | ||
keywords: | ||
- Orchestrator | ||
- FLTK | ||
sources: | ||
home: | ||
#dependencies: | ||
#- name: fltk-extractor | ||
# version: "0.1.0" | ||
# repository: "file://../extractor" | ||
# reason: |
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
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
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
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