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

Clean up the Docker Run Action and usage #12775

Closed
dimitri-tenstorrent opened this issue Sep 17, 2024 · 0 comments
Closed

Clean up the Docker Run Action and usage #12775

dimitri-tenstorrent opened this issue Sep 17, 2024 · 0 comments
Assignees

Comments

@dimitri-tenstorrent
Copy link
Contributor

  • Pass an argument to install the wheel
  • Remove username and password and just get that information inside of the wheel
  • Do not set the environment variables that are not necessary for wheel environmnet like /lib/build
  • Do not pass Arch into the docker run action as it is not necessary
@dimitri-tenstorrent dimitri-tenstorrent self-assigned this Sep 17, 2024
dimitri-tenstorrent added a commit that referenced this issue Sep 17, 2024
   - Remove unnecessary arch parameter of the docker run action
   - Add a parameter to installing the wheel
   - Remove LD_LIBRARY env variable since it is not used in the wheel environments
   - Remove Github username since it is accessible inside of the custom Action
dimitri-tenstorrent added a commit that referenced this issue Sep 17, 2024
   - Remove unnecessary arch parameter of the docker run action
   - Add a parameter to installing the wheel
   - Remove LD_LIBRARY env variable since it is not used in the wheel environments
   - Remove Github username since it is accessible inside of the custom Action
dimitri-tenstorrent added a commit that referenced this issue Sep 19, 2024
dimitri-tenstorrent added a commit that referenced this issue Sep 19, 2024
   - Remove unnecessary arch parameter of the docker run action
   - Add a parameter to installing the wheel
   - Remove LD_LIBRARY env variable since it is not used in the wheel environments
   - Remove Github username since it is accessible inside of the custom Action
dimitri-tenstorrent added a commit that referenced this issue Sep 19, 2024
dimitri-tenstorrent added a commit that referenced this issue Sep 22, 2024
dimitri-tenstorrent added a commit that referenced this issue Sep 22, 2024
   - Remove unnecessary arch parameter of the docker run action
   - Add a parameter to installing the wheel
   - Remove LD_LIBRARY env variable since it is not used in the wheel environments
   - Remove Github username since it is accessible inside of the custom Action
   - Incorproate the new learning of not needing to delete the folders and also mount the required files for permissions
dimitri-tenstorrent added a commit that referenced this issue Sep 24, 2024
dimitri-tenstorrent added a commit that referenced this issue Sep 24, 2024
   - Remove unnecessary arch parameter of the docker run action
   - Add a parameter to installing the wheel
   - Remove LD_LIBRARY env variable since it is not used in the wheel environments
   - Remove Github username since it is accessible inside of the custom Action
   - Incorproate the new learning of not needing to delete the folders and also mount the required files for permissions
   - Set HOME variable so that the packagaes would not be installed in the /home/ubuntu/.local folder
dimitri-tenstorrent added a commit that referenced this issue Sep 24, 2024
   - Remove unnecessary arch parameter of the docker run action
   - Add a parameter to installing the wheel
   - Remove LD_LIBRARY env variable since it is not used in the wheel environments
   - Remove Github username since it is accessible inside of the custom Action
   - Incorproate the new learning of not needing to delete the folders and also mount the required files for permissions
   - Set HOME variable so that the packagaes would not be installed in the /home/ubuntu/.local folder
dimitri-tenstorrent added a commit that referenced this issue Sep 24, 2024
   - Remove unnecessary arch parameter of the docker run action
   - Add a parameter to installing the wheel
   - Remove LD_LIBRARY env variable since it is not used in the wheel environments
   - Remove Github username since it is accessible inside of the custom Action
   - Incorproate the new learning of not needing to delete the folders and also mount the required files for permissions
   - Set HOME variable so that the packagaes would not be installed in the /home/ubuntu/.local folder
dimitri-tenstorrent added a commit that referenced this issue Sep 24, 2024
   - Remove unnecessary arch parameter of the docker run action
   - Add a parameter to installing the wheel
   - Remove LD_LIBRARY env variable since it is not used in the wheel environments
   - Remove Github username since it is accessible inside of the custom Action
   - Incorproate the new learning of not needing to delete the folders and also mount the required files for permissions
   - Set HOME variable so that the packagaes would not be installed in the /home/ubuntu/.local folder
@tenstorrent tenstorrent deleted a comment from Dimitri-Gnidash Sep 24, 2024
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

No branches or pull requests

1 participant