Skip to content

Commit

Permalink
Update docker build file
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed Mar 28, 2022
1 parent 37ecb7c commit 846a5a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ WORKDIR /opt/federation-lab
RUN apt-get update \
&& apt-get install -y vim curl python3 python3-pip net-tools iproute2

COPY data/ ./data
COPY default_models ./default_models
#COPY data/ ./data
#COPY default_models ./default_models
# Copy the current folder to the working directory
ADD setup.py requirements.txt ./

Expand Down

0 comments on commit 846a5a7

Please sign in to comment.