Skip to content

Commit 09631e0

Browse files
committed
System-wide poetry in container
1 parent 5772ac2 commit 09631e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile_ubuntu_20_04

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN apt-get install -y python3 python3-distutils curl libudunits2-dev libproj-de
1111
# Install
1212
COPY . .
1313

14-
ENV PATH="/root/.local/bin:$PATH"
14+
ENV POETRY_HOME=/usr/local
1515
RUN curl -sSL https://install.python-poetry.org | python3 -
1616
RUN poetry install
1717
RUN poetry run pytest
18-
RUN cp /root/.local/bin/poetry /usr/bin/.
18+

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysurfex"
3-
version = "0.0.3.2"
3+
version = "0.0.3.3"
44
description = "Python API to SURFEX"
55
authors = ["Trygve Aspelien"]
66
license = "MIT"

0 commit comments

Comments
 (0)