Made the Docker image significantly smaller #15
Reference in New Issue
Block a user
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -0,0 +6,4 @@WORKDIR /opt/rdgenCOPY . .RUN pip install --no-cache-dir -r requirements.txt \In a Docker container you don't need a venv
Also, line 9 in
dockerfileon commitd293698edon't do anything as it opens the venv in another shellThanks for the PR, however I would like to keep the on push event of the docker_build.yml, although maybe there needs to be a separate workflow that can accept a version number (or docker tag I guess) as an input. I think this can actually just be done in the same workflow. I am fairly new to docker so if you can set this up or offer your opinion that would be awesome.
Let me fix it