updated dockerfile
This commit is contained in:
parent
af59e14d1a
commit
eb51fb4cfe
@ -9,6 +9,7 @@ RUN apt-get update \
|
||||
&& cd /usr/local/bin \
|
||||
&& ln -s /usr/bin/python3 python \
|
||||
&& pip3 install --upgrade pip
|
||||
RUN pip3 install pandas
|
||||
RUN gcc --version
|
||||
RUN apt install -y build-essential
|
||||
RUN git clone https://github.com/usnistgov/SCTK.git
|
||||
|
Loading…
Reference in New Issue
Block a user