Sudo command not found

Summary

trying to run a bash file , that run a tool in a docker, i am just running the tool and i have no access to the docker file, but i get the error sudo: command not found

Steps to reproduce

Code snippet:

`cat img/data.txt |sudo docker run -i --rm ghcr.io/ucrel/cytag:1.0.4 > img/welsh_text_example.tsv`

If applicable, please provide the steps we should take to reproduce the error or specified behavior.

Expected behavior:

Explain what you expect to happen when you run the code above.

Actual behavior:

Explain the undesired behavior or error you see when you run the code above.
If you're seeing an error message, share the full contents of the error message here.
``` sudo: command not found

### Debug info

- Streamlit version: (get it with `$ streamlit version streamlit==1.15.0`)
- Python version: (get it with `$ python --version`)
- Using Conda? PipEnv? PyEnv? Pex?
- OS version:
- Browser version:

### Requirements file

Using Conda? PipEnv? PyEnv? Pex? Share the contents of your requirements file here.
Not sure what a requirements file is? Check out [this doc](https://docs.streamlit.io/streamlit-cloud/get-started/deploy-an-app/app-dependencies) and add a requirements file to your app.

### Links

* Link to your GitHub repo: https://github.com/UCREL/welsh-freetxt-app
* Link to your deployed app: https://ucrel-welsh-freetxt-app-home-6pshxm.streamlit.app/Word_Types_&_Relations

### Additional information

If needed, add any other context about the problem here.

Hi @Nouran-Khallaf,

Thanks for posting! Please correct me if I’m wrong, but it seems like this isn’t a Streamlit issue?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.