Skip to content

Commit

Permalink
fix encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedor Baart committed Jun 3, 2017
1 parent 3c7c5e6 commit 874136b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ RUN \
apt-get install -y ffmpeg wget
# switch to python 3.5 (no gdal in 3.6)
RUN conda install -y python=3.5
RUN conda install -y gdal
RUN conda install -y jpeg=8d
RUN conda install -y gdal jpeg=8d
RUN pip install flowmap
ENV PATH /opt/conda/bin:$PATH
ENTRYPOINT [ "/usr/bin/tini", "--" ]
Expand Down
2 changes: 1 addition & 1 deletion flowmap/formats/delft3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# we need a separate transform that keeps masks
from .formats import transform
from .netcdf import NetCDF
from .json_encoder import Encoder
from .json_encoder import RegistryEncoder as Encoder

matplotlib.use('Agg')

Expand Down

0 comments on commit 874136b

Please sign in to comment.