Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis committed Dec 19, 2024
1 parent ac71390 commit a9df459
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ ENV JULIAUP_DEPOT_PATH=/opt/juliaup

RUN apt-get install curl && \
curl -fsSL https://install.julialang.org | sh -s -- -y --default-channel release --path /opt/juliaup
ENV PATH=/opt/juliaup/bin:$PATH

ENV PATH=/opt/juliaup/bin:$PATH

COPY . /app

RUN julia -e 'using Pkg; Pkg.add("IJulia");' && \
julia --project=docs -e 'using Pkg; Pkg.instantiate();'

COPY . /app

CMD ["quarto", "render", "docs", "--no-execute-daemon"]
6 changes: 0 additions & 6 deletions docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ A project of the [Open Science Data Center][c02]

## ESEF Country Availability (Map)

```{julia}
#| output: false
using Pkg
Pkg.activate(".")
```

```{julia}
#| output: false
Expand Down

0 comments on commit a9df459

Please sign in to comment.