Skip to content

Commit

Permalink
Merge pull request #27 from Heliozoa/debian
Browse files Browse the repository at this point in the history
Update debian versions to at least buster
  • Loading branch information
Heliozoa authored Feb 1, 2023
2 parents bb7c6d2 + 67b8f69 commit 5e5e1c0
Show file tree
Hide file tree
Showing 20 changed files with 12 additions and 592 deletions.
6 changes: 3 additions & 3 deletions csharp-dotnet6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM debian:jessie as package-cache
FROM debian:buster as package-cache

ARG RUST_CLI_URL
RUN test -n "$RUST_CLI_URL"

RUN useradd --create-home user && \
apt-get update && \
apt-get install -y apt-transport-https wget git libssl-dev libssl1.0.0 locales locales-all
apt-get install -y apt-transport-https wget git libssl-dev libssl1.1 locales locales-all

# Make sure to install packages locales and locales-all in addition to these
ENV LC_ALL en_US.UTF-8
Expand All @@ -29,7 +29,7 @@ RUN git clone --recursive https://github.com/testmycode/tmc-csharp-runner tmc-cs
ADD --chown=user ${RUST_CLI_URL} /tmc-langs-cli
RUN chmod +x /tmc-langs-cli

FROM debian:stretch
FROM debian:buster

RUN useradd --create-home user && \
apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV LANGUAGE en_US.UTF-8
RUN bash -c "mkdir -p /pythonbuild && cd /pythonbuild && wget https://www.python.org/ftp/python/3.10.4/Python-3.10.4.tgz && tar -xzvf Python-3.10.4.tgz && cd Python-3.10.4/ && ./configure && make && make install"

RUN \
pip3 install numpy scipy matplotlib sklearn scikit-image pandas seaborn lxml matplotlib statsmodels nbformat beautifulsoup4 pillow spacy pygame jupyter && \
pip3 install numpy scipy matplotlib scikit-learn scikit-image pandas seaborn lxml matplotlib statsmodels nbformat beautifulsoup4 pillow spacy pygame jupyter && \
python3 -m spacy download en_core_web_sm

COPY Dockerfile /Dockerfile
Expand Down
28 changes: 0 additions & 28 deletions r/buster/Dockerfile

This file was deleted.

6 changes: 0 additions & 6 deletions r/buster/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions r/buster/build.sh

This file was deleted.

3 changes: 0 additions & 3 deletions r/buster/installer.R

This file was deleted.

35 changes: 0 additions & 35 deletions r/buster/installer1.sh

This file was deleted.

11 changes: 0 additions & 11 deletions r/buster/installer2.sh

This file was deleted.

46 changes: 0 additions & 46 deletions r/buster/tmc-run

This file was deleted.

4 changes: 0 additions & 4 deletions r/installer2.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#
echo "--------------------------------------" &&
echo "Installing R 4.2.1 (done already) " &&
echo "--------------------------------------" &&
# install tmcRtestrunner and required libraries
#
echo "--------------------------------------" &&
Expand Down
28 changes: 0 additions & 28 deletions r/stretch/Dockerfile

This file was deleted.

Loading

0 comments on commit 5e5e1c0

Please sign in to comment.