Skip to content
Snippets Groups Projects
Commit e5e0b8ec authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

cleanup

parent 77f6aae2
No related branches found
No related tags found
1 merge request!53Convert to NetCDF
......@@ -63,21 +63,20 @@ ENV PIP_CERT=${SSL_CERT_FILE}
RUN yum install -y epel-release dnf-plugins-core \
&& yum config-manager --set-enabled powertools \
&& yum update -y \
&& yum install -y \
gcc \
make \
netcdf \
openssl-devel \
bzip2-devel \
libffi-devel \
zlib-devel \
&& yum groupinstall -y development \
&& yum clean all
WORKDIR /python
RUN curl -sS "${PYTHON_URL}" | tar xz --strip-components=1 \
&& ./configure --enable-optimizations --silent \
# && make --silent \
&& make install --silent\
&& curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3
......
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