Skip to content

Commit

Permalink
Update Dockerfile.base
Browse files Browse the repository at this point in the history
  • Loading branch information
psfoley committed Aug 28, 2024
1 parent 829bbc2 commit 3c6425f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openfl-docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ ENV PATH=/home/openfl/.local/bin:$PATH
RUN pip install --no-cache-dir -U pip setuptools wheel && \
pip install --no-cache-dir -e .

RUN apt-get purge -y linux-libc-dev
# Download thirdparty licenses.
RUN INSTALL_SOURCES=yes /home/openfl/openfl-docker/licenses.sh

CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 3c6425f

Please sign in to comment.