Skip to content

Commit

Permalink
Sanitize Dockerfiles; remove unused .gitkeep
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniogrv committed Nov 10, 2023
1 parent b3c5abe commit e84b1fc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
Empty file removed artifacts/.gitkeep
Empty file.
5 changes: 0 additions & 5 deletions docker-steps/dataset/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# Produce un'immagine Docker parametrica che genera i dataset da dare in pasto al modello.
# Rispettivamente, è possibile generare i dataset "train", "test" e "val" mediante gli NPM scripts nel package.json.

# Questo Dockerfile prevede un argomento "dataset_type_arg" che può assumere i valori sopraindicati; inoltre ..
# .. adotta la strategia delle multi-stage builds per snellire l'immagine finale.

# Per maggiori dettagli sui singoli stage, si rimanda alla documentazione ufficiale del progetto.

FROM python:3.8-slim-buster as pip_dependencies
Expand Down
3 changes: 3 additions & 0 deletions docker-steps/model/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Produce un'immagine Docker parametrica che effettua il training e il testing del modello.
# Per maggiori dettagli sui singoli stage, si rimanda alla documentazione ufficiale del progetto.

FROM nvidia/cuda:12.2.2-base-ubuntu22.04 as cuda

ENV DEBIAN_FRONTEND=noninteractive
Expand Down
19 changes: 0 additions & 19 deletions package.json

This file was deleted.

0 comments on commit e84b1fc

Please sign in to comment.