Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dtip committed Jul 20, 2023
1 parent 7acfd57 commit 5556965
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile.core
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM continuumio/miniconda3 as build

RUN apt-get update && apt-get install -y libarchive13

COPY environment.yml ./
RUN conda install mamba -c conda-forge
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ The development of this project was sponsored by the project "ECMWF Summer of We
docker build -f Dockerfile.core -t ecmwf/ecpoint-calibrate-core:dev .
```

## Deploy new versions of the Docker containers

```
./deploy.sh
```

## Create a production AppImage

```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecpoint-calibrate",
"version": "1.0.0",
"version": "1.0.1",
"description": "GUI for ecPoint-Calibrate powered by Electron and React",
"engines": {
"node": "14.5.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ecpoint-calibrate"
version = "1.0.0"
version = "1.0.1"
description = ""
authors = ["Your Name <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit 5556965

Please sign in to comment.