Spaces:
Runtime error
Runtime error
junming-qiu
commited on
Merge branch 'main' of https://github.com/Junming-Qiu/Toxic-Tweets into milestone-2
Browse files- .github/workflows/main.yml +20 -0
- Documentation/CLI_conn.png +0 -0
- README.md +2 -0
.github/workflows/main.yml
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: Sync to Hugging Face hub
|
2 |
+
on:
|
3 |
+
push:
|
4 |
+
branches: [main]
|
5 |
+
|
6 |
+
# to run this workflow manually from the Actions tab
|
7 |
+
workflow_dispatch:
|
8 |
+
|
9 |
+
jobs:
|
10 |
+
sync-to-hub:
|
11 |
+
runs-on: ubuntu-latest
|
12 |
+
steps:
|
13 |
+
- uses: actions/checkout@v3
|
14 |
+
with:
|
15 |
+
fetch-depth: 0
|
16 |
+
lfs: true
|
17 |
+
- name: Push to hub
|
18 |
+
env:
|
19 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push https://junming-qiu:$HF_TOKEN@huggingface.co/spaces/junming-qiu/toxic-tweets-milestone-2 main
|
Documentation/CLI_conn.png
ADDED
README.md
CHANGED
@@ -36,6 +36,8 @@ The Conversation AI team, a research initiative founded by Jigsaw and Google (bo
|
|
36 |
<img src="./Documentation/config.png"/>
|
37 |
<p>Verify that the container is running by running "docker ps" in the command line</p>
|
38 |
<img src="./Documentation/terminal.png"/>
|
|
|
|
|
39 |
<p>For CLI creation of a dev environment, use this <a href="https://docs.docker.com/desktop/dev-environments/set-up/">resource</a></p>
|
40 |
|
41 |
<h2></h2>
|
|
|
36 |
<img src="./Documentation/config.png"/>
|
37 |
<p>Verify that the container is running by running "docker ps" in the command line</p>
|
38 |
<img src="./Documentation/terminal.png"/>
|
39 |
+
<p>Connect to docker container using CLI</p>
|
40 |
+
<img src="./Documentation/CLI_conn.png"/>
|
41 |
<p>For CLI creation of a dev environment, use this <a href="https://docs.docker.com/desktop/dev-environments/set-up/">resource</a></p>
|
42 |
|
43 |
<h2></h2>
|