Skip to content
Snippets Groups Projects
Commit e63efb16 authored by Ryan Lewis's avatar Ryan Lewis
Browse files

Updated container, added pull.sh

parent 9c7b8233
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,6 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
# Install pip3 packages
RUN pip3 install numpy scipy pyyaml matplotlib sympy
RUN pip3 install numpy scipy pyyaml matplotlib sympy tk
CMD ["bash"]
#! /bin/bash
#Script Configuration
source .env
docker pull $IMAGE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment