miknad2319 commited on
Commit
31f301a
1 Parent(s): 6a78a2d

Create README_NEW.MD

Browse files
Files changed (1) hide show
  1. README_NEW.MD +12 -0
README_NEW.MD ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ I have updated my development environment to a docker container running Ubuntu 22.04, with my usual
2
+ suite of ML / Data ;ibraries pre-installed. I plan on adding jupyter notebook support in the future, as well as
3
+ the JAX library.
4
+
5
+ In addition, I need to figure out what, if anything, needs to stay consistent in a ML Docker project lifecycle.
6
+
7
+ A Snapshot from inside the Ubuntu Machine detailing some preinstalled libraries, including PyTorch and Transformers:
8
+ ![Screen Shot 2023-03-30 at 3 38 27 AM](https://user-images.githubusercontent.com/62716243/228764187-4131b157-4c06-423f-855b-3e95acdaec88.png)
9
+
10
+
11
+ A screenshot of the Dockerfile:
12
+ <img width="607" alt="Screen Shot 2023-03-30 at 3 39 01 AM" src="https://user-images.githubusercontent.com/62716243/228764335-d228ee07-b935-411f-9483-601d85c61a63.png">