Skip to content

Commit

Permalink
fix docker (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
YojanaGadiya authored Oct 21, 2024
2 parents 8a73a78 + 2b88982 commit c528841
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c528841

Please sign in to comment.