{"id":21170247,"url":"https://github.com/pykaldi/conda-package","last_synced_at":"2025-09-06T14:36:35.411Z","repository":{"id":90649867,"uuid":"145174229","full_name":"pykaldi/conda-package","owner":"pykaldi","description":null,"archived":false,"fork":false,"pushed_at":"2019-09-12T01:38:32.000Z","size":91821,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-26T08:27:31.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pykaldi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-17T23:17:33.000Z","updated_at":"2022-12-06T01:58:33.000Z","dependencies_parsed_at":"2023-05-29T11:16:09.922Z","dependency_job_id":null,"html_url":"https://github.com/pykaldi/conda-package","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pykaldi/conda-package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pykaldi%2Fconda-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pykaldi%2Fconda-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pykaldi%2Fconda-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pykaldi%2Fconda-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pykaldi","download_url":"https://codeload.github.com/pykaldi/conda-package/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pykaldi%2Fconda-package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273916906,"owners_count":25190757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T15:57:45.841Z","updated_at":"2025-09-06T14:36:35.370Z","avatar_url":"https://github.com/pykaldi.png","language":"Shell","readme":"# Environment definition\n\nFirst, we build a docker image with CentOS 7 and all the dependencies needed to build the package:\n\n```\ndocker build --tag condapkg_centos7 --build-arg CACHEBUST=$(date +%s) .\n```\n\nThe build arg is used to force docker to download a new copy of this repo everytime we build the image. \n\n# Building the conda package\nThe entrypoint for this docker image is `anaconda_upload.sh`. This script takes as an argument the name of the folder we want to build for and upload to anaconda. For pykaldi:\n\n```\ndocker run -it --rm -e CONDA_UPLOAD_TOKEN='\u003cTOKEN\u003e' condapkg_centos7 pykaldi\n```\n\nAnd for pykaldi-cpu\n```\ndocker run -it --rm -e CONDA_UPLOAD_TOKEN='\u003cTOKEN\u003e' condapkg_centos7 pykaldi-cpu\n```\n\nToken is the token obtained from anaconda.org\n\n## Debugging\nTo debug the process, we can bypass the docker entrypoint as \n```\ndocker run -it --rm -e CONDA_UPLOAD_TOKEN='\u003cTOKEN\u003e' --entrypoint bash condapkg_centos7\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpykaldi%2Fconda-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpykaldi%2Fconda-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpykaldi%2Fconda-package/lists"}