We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f297873 commit a7dd280Copy full SHA for a7dd280
2 files changed
docker/Dockerfile
@@ -8,6 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
8
ENV LANG=C.UTF-8
9
ENV LANGUAGE=C.UTF-8
10
ENV LC_ALL=C.UTF-8
11
+
12
# Use https for apt repositories
13
RUN apt update && \
14
apt install -y --no-install-recommends apt-transport-https ca-certificates && \
docker/Dockerfile.full
@@ -1,9 +1,8 @@
1
-FROM tutorial_base
+FROM ghcr.io/xs-mlvp/envbase:latest
2
3
USER user
4
WORKDIR /workspace
5
6
-
7
RUN echo 'export PATH="$HOME/.local/bin:$PATH"' >> /home/user/.bashrc
RUN git clone https://github.com/XS-MLVP/tutorial-records.git --depth=1 && \
0 commit comments