Skip to content

Commit

Permalink
add description to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mhamdi committed Nov 29, 2023
1 parent 6dffffd commit 62ebd3e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ jobs:
# platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/jlai:latest
-
name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
repository: ${{ secrets.DOCKER_HUB_USERNAME }}/jlai

Empty file modified Codes/Julia/Datasets/Churn_Modelling.csv
100755 → 100644
Empty file.
Empty file modified Codes/Julia/Part-3/To_Test/1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Codes/Julia/Part-3/To_Test/8.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion Codes/Julia/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataAugmentation = "88a5189c-e7ff-4f85-ac6b-e6158070f02e"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
Binary file modified Slides-Labs/Lab-AI (Part-1).pdf
Binary file not shown.

0 comments on commit 62ebd3e

Please sign in to comment.