Skip to content

Using Okean with Docker #4

@granterogers

Description

@granterogers

I am trying to implement a docker image using Okean.

My Dockerfile read as follows:

#Work from an Ubuntu Base Image
FROM ubuntu

RUN apt-get update
RUN apt-get install -y python2.7 python-pip git
RUN apt-get install -y gfortran

RUN pip install --upgrade pip
RUN pip install numpy netCDF4 matplotlib pylatex requests requests
pandas pytz scipy oct2py windrose adjustText
RUN pip install git+https://github.com/martalmeida/okean.git#egg=okean

I can run all of this fine in my native system (Ubuntu 10.04), however the last part always
fails in docker and produces several pages of warnings and errors!

Would be extrememly grateful if someone has resolved this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions