From 09d28cdee1e42ae3c9cc4480f2aeb2c166d4fb64 Mon Sep 17 00:00:00 2001 From: Yojana Gadiya <45199062+YojanaGadiya@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:26:14 +0200 Subject: [PATCH] fix docker --- Dockerfile | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 912e965..d688495 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ WORKDIR $HOME/datascience_toolkit RUN apt-get update && apt-get install --no-install-recommends -y \ build-essential \ software-properties-common -RUN apt-get install libxrender1 +RUN apt-get install libxrender1 --no-install-recommends -y # Copy code and start script (this will place the files in home/username/) COPY .streamlit $HOME/datascience_toolkit/.streamlit diff --git a/README.md b/README.md index 038d48e..a055c4c 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,8 @@ To add new members to the group, check out the [data](https://github.com/Fraunho * New publication: Add a new publication in Chicago style from [Google scholar](https://scholar.google.com/) in the [CSV](https://github.com/Fraunhofer-ITMP/datascience_toolkit/blob/main/data/publications.tsv) +# Updating website + +To update the website, you need access to the [SERVE platform](https://serve.scilifelab.se/accounts/login/). If you do not have an account, please create one and reach out to Yojana to assist you in the account creation. + +Once you have an account, ask Yojana or Andrea to add you to the project. \ No newline at end of file