Skip to content
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

feat: root password #4

Merged
merged 15 commits into from
Aug 7, 2023
Merged

feat: root password #4

merged 15 commits into from
Aug 7, 2023

Conversation

ncvescera
Copy link
Member

@ncvescera ncvescera commented Aug 7, 2023

Ora sia l'utente root che jovyan hanno una password impostata. È quindi possibile effettuare il login come root per poter installare pacchetti con apt ed effettuare altre operazioni.

user = jovyan
pwd  = jovyan

user = root
pwd  = root

Il comando chpasswd ora viene eseguito appena viene cambiato utente. Dovrebbe risolvere il problema
Ora il comando per cambiare password viene eseguito all'inizio del Dockerfile per tutti e due gli utenti (root e jovyan)
cambiato comando per modificare la password degli utenti
Riaggiorno i permessi. Possibile soluzione al problema
Creata immagine che si basa su pytorch cuda.
Aggiunta passowrd per l'utente jovyan
Il comando per cambiare passoword viene eseguto come root
aggiunta passowrd all'utente jovyan
cambiata passowrd dell'utente root
@ncvescera ncvescera changed the title feat:Kubeflow base newuser feat: root password Aug 7, 2023
Aggiunta immagine di base da cui partire per configurare il proprio
ambiente in base allo specifico task.
@ncvescera ncvescera merged commit eb72e57 into main Aug 7, 2023
1 check passed
@ncvescera ncvescera deleted the kubeflow-base-newuser branch August 7, 2023 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant