Spaces:
Runtime error
Runtime error
Jeffrey Rathgeber Jr
commited on
Commit
•
9a6140b
1
Parent(s):
1bac153
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,22 @@
|
|
1 |
# CSUY4613-Assignments
|
2 |
-
PROJECT MILESTONE 1 README
|
3 |
JEFFREY RATHGEBER jr5349
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
I am using macOS, so I simply downloaded and installed Dockerr Desktop. I already had Visual Studio Code installed,
|
6 |
so I installed the Dev Containers exstension. Using that extension, I was able to construct and configure a .json
|
7 |
container in my project folder. I just picked the basic default configuration because I am not yet familiar with
|
|
|
1 |
# CSUY4613-Assignments
|
|
|
2 |
JEFFREY RATHGEBER jr5349
|
3 |
|
4 |
+
|
5 |
+
PROJECT MILESTONE 2 README
|
6 |
+
---
|
7 |
+
title: CS UY4613Project
|
8 |
+
emoji: 💩
|
9 |
+
colorFrom: indigo
|
10 |
+
colorTo: red
|
11 |
+
sdk: streamlit
|
12 |
+
sdk_version: 1.17.0
|
13 |
+
app_file: app.py
|
14 |
+
pinned: false
|
15 |
+
---
|
16 |
+
|
17 |
+
|
18 |
+
PROJECT MILESTONE 1 README
|
19 |
+
|
20 |
I am using macOS, so I simply downloaded and installed Dockerr Desktop. I already had Visual Studio Code installed,
|
21 |
so I installed the Dev Containers exstension. Using that extension, I was able to construct and configure a .json
|
22 |
container in my project folder. I just picked the basic default configuration because I am not yet familiar with
|