# develop_images **Repository Path**: ifquant/develop_images ## Basic Information - **Project Name**: develop_images - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-31 - **Last Updated**: 2021-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # develop_images docker push ifquant/base:dev # base # common # jupyter # k8 echo "# develop_images" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/ifquant/develop_images.git git push -u origin main