-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First attempt to dockerize scripts execution #13
base: develop
Are you sure you want to change the base?
Conversation
- `python main.py` works - `bash _utils/analisiGeometrie.sh` doesn't works
L'immagine di base è python:3.7-slim, basata a sua volta su debian buster. Ecco l'errore nell'esecuzione dello script che corregge le geometrie (vedi #12): Qui le librerie di sistema installate. |
@aborruso ora la correzione delle geometrie istat gira correttamente sotto docker, puoi verificarne il risultato nelle varie cartelle in |
@jenkin al momento non posso fare il test, a partire da Quindi o mi invii tutti i file di output di 20190101, o produci l'ouput nel repo. Sorry |
@jenkin ritiro quanto detto, hai messo tutto nel branch https://github.com/teamdigitale/confini-amministrativi-istat/tree/feature/dockerization grazie |
Sì, prima del merge aggiornerò il README con tutte le istruzioni per far girare lo script... |
python main.py
worksbash _utils/analisiGeometrie.sh
doesn't worksShortcuts:
bash build.sh && bash run.sh
.