DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
24 stars 8 forks source link

Remove conda directory #887

Closed codingwithsurya closed 1 year ago

codingwithsurya commented 1 year ago

Remove conda directory

What user problem are we solving? The conda directory is no longer necessary after migrating to Poetry. It contains outdated information and can be safely removed. What solution does this PR provide? This PR removes the conda directory from the project.

Testing Methodology I tested the changes by running the project and verifying that the conda directory was no longer present. I also checked that existing functionality was not broken.

Any other considerations This PR does not affect any other parts of the project. The conda directory can be safely deleted.

karkir0003 commented 1 year ago

did you verify you can get to trainspace with app spun up? @codingwithsurya

codingwithsurya commented 1 year ago

did you verify you can get to trainspace with app spun up? @codingwithsurya

yea everything worked.