hope it runs now :v

This commit is contained in:
s495716 2024-03-29 15:31:16 +01:00
parent 72fd6e2f6f
commit 754356990a
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,7 @@
FROM jupyter/tensorflow-notebook
FROM ubuntu:latest
RUN apt update && apt install -y \
python3-pip
WORKDIR /app
@ -6,6 +9,4 @@ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY Data_download.ipynb ./
CMD jupyter execute Data_download.ipynb
COPY Data_download.ipynb ./

1
stats/Jenkinsfile vendored
View File

@ -2,7 +2,6 @@ pipeline {
agent {
docker {
image 'jvncziii/ium:latest'
args '-it --entrypoint=/bin/bash'
}
}
parameters {